.container{
    width: 70%;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}

.menu{
    padding-top: 10%;
    width: 15%;
}

.content{
    width: 85%;
    
}

.button{
    background: grey;
    border-radius: 4px;
    padding: 5px;
    color: white;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 5px;
}

.menu a{
    text-decoration: none;
}

h1{
    text-align: center; font-size: 30px;
}

h2{
    font-size: 28px; text-align: left; border-bottom: 1px solid black; padding-bottom: 5px;
}

.logos{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logos-img-cont{

}

.logos-img-cont img{
    width: 100%;
}

.text-container{
    
}