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

.container{
    display:flex;
    justify-content: space-between;
    background-color: #1F2937;
    color: white;
    height: 60px;
    max-width: 1250px;
    margin:auto
    }

.header-links{
     font-size: 10px;     
}

.right{
    display:flex;
    gap:10px;
    margin-top: 30px;
    margin-right: 280px;
}

.left{
    margin-left: 220px;
    Margin-top:25px;
    font-weight: bold;
}

.second-container{
    display:flex;
    justify-content: space-between;
    background-color: #1F2937;
    color: white;
    height: 300px;
    max-width: 1250px;
    margin:auto;
    margin-left: 150px;
    }

.left-icons{
    display:flex;
    flex-direction: column;
    margin-left: 80px;
    max-width: 400px;
    gap: 10px;
    margin-top: 50px;
}

#second-header{
    max-width:250px;
    color: #F9FAF8;
    font-weight: 900;
}

.small-header{
    font-size: 18px;
    color: #E5E7EB;
}

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

.right-img{
    margin-right:280px;
    margin-top:50px;
}

.hero{
    background-color: #1F2937;
    height: 400px;
}

#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;
    max-width: 1250px;
}

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

.thor-container{
    background-color: #D3D3D3;
    height: 250px;
}

