body {
    font-family: 'Roboto';
    margin: 0;
    background:#F9FAF8;
    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
}

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

.section1 {
    background-color: #1F2937;
}

.header {
    height: 100px;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 80%;
    margin: auto;
    color: #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}

.hero-text {
    display: flex;
    flex-direction: column;
}

.hero-text button {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 900;
    background-color: #3882F6;
    width: 130px;
    border-radius: 8px;
    padding: 12px;
    border: none;
}

.text {
    font-size: 48px;
    color: #F9FAF8;
    font-weight: 900;
}

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

.information {
    text-align: center;
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
    justify-content: space-evenly;
    gap: 5%;
}

.info {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.info img {
    border: 5px solid #3882F6;
    border-radius: 8px;
}

.section3 {
    background-color: #E5E7EB;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote {
    font-size: 36px;
    color: #1F2937;
    font-weight: 300;
}

.section4 {
    width: 80%;
    margin: auto;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal {
    width: 80%;
    margin: auto;
    background-color: #3882F6;
    border-radius: 8px;
}

.buy {
    color: #E5E7EB;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}

.buy-left div{
    font-size: 36px;
    color: #F9FAF8;
    font-weight: 600;
}

.buy button {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 900;
    background-color: #3882F6;
    width: 130px;
    height: 50px;
    border-radius: 8px;
    padding: 10px;
    border: none;
    border: 4px solid #E5E7EB;
}

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