body {
    font-family: Roboto;
    margin: 0;
}

ul {
    list-style-type: none;
}

.header {
    display: flex;
    background-color: #1F2937;
    padding: 0 15% 100px;
    justify-content: space-between;
}

.header-logo {
    color: #F9FAF8;
    font-size: 24px;
    padding-right: 50%;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #E5E7EB;
    font-size: 18px;
}

.hero {
    display: flex;
    height: 375px;
    background-color: #1F2937;
    padding: 0 15% 80px;
    justify-content: space-between;
    gap: 38px;
}

.hero-left {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
}

.hero-main {
    font-size: 48px;
    font-weight: 900;
    color: #F9FAF8;
    padding: 0;
    margin: 0;
}

.hero-main span {
    text-decoration: underline;
}

.hero-text {
    font-size: 18px;
    color: #E5E7EB;
    padding: 0;
    margin: 0;
    padding-bottom: 12px;
}

.hero-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 38px;
    background-color: #3882F6;
    color: #F9FAF8;
    border-radius: 8px;
    border-style: none;
    font-size: 18px;
    font-weight: 700;
}

.hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    color: #E5E7EB;
}

.attributes a {
    text-decoration: none;
    color: #E5E7EB;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information {
    height: 375px;
    display: flex;
    flex-direction: column;
    padding: 0 30% 100px;
}

.information-header {
    font-size: 36px;
    font-weight: 900;
    color: #1F2937;
    padding: 36px;
    align-self: center;
}

.content {
    display: flex;
    justify-content: space-around;
    gap: 50px;
}

.info {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 450;
    color: gray;
}

.infobox {
    width: 160px;
    height: 160px;
}

.quote-container {
    padding: 0 30%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E5E7EB;
}

.quote {
    display: flex;
    flex-direction: column;
}

.quote-text {
    margin: 0;
    font-size: 36px;
    font-style: italic;
    font-weight: 300;
    color: #1F2937;
}

.quote-author {
    align-self: end;
    font-weight: bold;
    font-size: 20px;
}

.cta-background {
    display: flex;
    flex-direction: column;
    height: 450px;
    padding: 0 15%;
    justify-content: center;
}

.cta {
    display: flex;
    padding: 46px 0;
    background-color: #3882F6;
    justify-content: space-around;
    border-radius: 8px;
}

.cta-text p {
    color: #F9FAF8;
    margin: 0;
}

.cta-header {
    font-size: 18px;
    font-weight: bold;
}

.cta-button {
    width: 136px;
    height: 38px;
    font-size: 18px;
    background-color: #3882F6;
    color: #F9FAF8;
    border-radius: 8px;
    border-color: #F9FAF8;
    border-style: solid;
}

.footer {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1F2937;
    color: #F9FAF8;
    font-size: 18px;
}
