
body{
    font-family: sans-serif;
    margin: 0;
    background-color: black;
    color: white;
}
.container {
    background-color: black;
    padding: 5px;
    display: flex;
  
}
.box {
    text-align: center;
    margin: 25px;
    padding: 25px;
    flex-direction: column;
    flex-direction: left;
    align-items: left;
    background-color: #BAB5C7;
    

}
.box2{
    margin: 25px;
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;

    

}
header {
    display: flex;
    min-height: 70px;
    background-color:#584250;
    justify-content: space-between;
    align-items: center;
    padding: 10px;;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    height: 65px;
}
a{
    text-decoration: none;
    color: white;
}
nav a{
    font-weight: 600;
    padding-right: 10px;

}
nav a:hover{
    color: black;
}


a:hover{
    color: black;
}









