*{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.header{
    background-color: #1F2937;
    color: white;
    padding: 30px;
    display:flex;
    justify-content: space-around;
}

.header-links{
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.heading{
    font-weight: bold;
    font-size: 20px;
}

.hero{
    display: flex;
    justify-content: space-evenly;
    padding: 30px;
    background-color: #1F2937;
}

.left-hero{
    max-width: 350px;
    display:flex;
    flex-direction: column;
    gap: 10px;
}

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

.hero-text{
    font-size: 14px;
    color: #E5E7EB;
}

.hero-button{
    width: 110px;
    height: 30px;
    background-color: #3882f6;
    color: white;
    border-radius: 10%;
    border:none;
    font-weight: bold;
}

#randomheader{
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    text-align: center;
    margin-top: 40px;
}

#box{
    width: 150px;
    height: 150px;
    border-style: solid;
    border-color: #3882f6;
    border-radius: 20%;
}

.box-container{
    display: flex;
    justify-content: center;
    gap: 52px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.item{
    max-width:150px;
    font-size: 13px;
}

.thor-container{
    background-color: #E5E7EB;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.quote{
    font-size: 36px;
    color: #1F2937;
    font-weight: 300;
    max-width: 800px;
    display: block;
}

.name{
    font-weight: bold;
    display: block;
    align-self: flex-end;
}

.blue-footer{
    background-color: #3882f6;
    color: #F9FAF8;
    margin: 100px;
    padding: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width:1000px;
}

.bottom-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-footer{
    max-width: 500px;
}

.footer-button{
    width: 110px;
    height: 30px;
    background-color: #3882f6;
    color: white;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: bold;
    border-style: solid;
    border-color: #E5E7EB;
}
