body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
    margin: 0;
}
.Header {
    min-height: 10vh;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    background-color: #1F2937;
}
.Top {
    min-height: 25vh;
    background-color: #1F2937;
    justify-content: space-around;
    display: flex;
}
.infos {
    min-height: 20vh;
}
.Quotes {
    min-height: 25vh;
    background-color: #e5e7eb;
    padding-left: 17vw;
    padding-right: 17vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.CTAcontainer {
    min-height: 15vh;
    display: flex;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    padding-left: 16vw;
    padding-right: 16vw;
}
.Footer {
    min-height: 10vh;
    background-color: #1F2937;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.Headerlinks {
    font-size: 18px;
    color: #E5E7EB;
}
.HeaderLogo {
    font-size: 24px;
    color: white;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.headerul {
    gap: 16px;
}
.Topleftside {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.Tlssideheader {
    font-size: 48px;
    font-weight: 900;
    color: #F9FAF8;
}
.signupbutton {
    border-radius: 8px;
    background-color: #3882F6;
    color: white;
    padding: 4px;
    border-color: white;
}
.Tlsinfo {
    color: white;
}
.Imageinfoheadercont {
    justify-content: center;
    display: flex;
}
.image {
    height: 150px;
    width: auto;
    background-color: gray;
}
.infocontainer {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 8px;
}
.info {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.infostext {
    text-align: center;
    max-width: 150px;
}
.Imageinfoheader {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 16px;
}
.quote {
    font-size: 36px;
    color: #1F2937;
    font-style: italic;
}
.source {
    font-weight: bold;
    font-size: 26px;
    text-align: end;
}
.CTAarea {
    background-color: #3882F6;
    flex-grow: 1;
    padding: 0px;
    justify-content: space-around;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.bigCTA {
    font-size: 24px;
    color: white;
}
.smallCTA {
    color: white;
}
#two {
    width: 90px;
}
.text {
    color: white;
    font-size: 20px;
}
#three {
    width: 200px;
    height: 200px;
}
