body {
    background-color: #F1FFE7;
    color: #5B5B5B;
    font-family: "Roboto", sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
}

p {
    font-size: 20px;
    line-height: 1.5;
}



.top-bar {
    background-color: #32A287;
    color: #D8FCD9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.top-bar h1 {
    font-size: 66px;
    align-self: center;
}

.link-buttons {
    display: flex;
    justify-content: left;
    gap: 40px;
    align-items: center;
}

.link-buttons .button {
    color: #D8FCD9;
    font-weight: 800;
    font-size: 20px;
    background-color: #32A287;
    border-radius: 8px;
    padding: 16px 28px;
}