body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height: 100%;
    background-color: #9d9483;
}
.bar{
    height: 80px;
    width: 1300px;
    border: 1px solid #dfdcd7;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 25px;
    margin-left: 10px;
    background-color: #dfdcd7;
}
.logo{
    position: absolute;
    left: 130px;
    font-size:  25px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    
}
nav{
    position: absolute;
    right: 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
nav > a{
    text-decoration: none;
    margin-right: 60px;
    color: black;
    height: 80px;
}
nav > a:hover{
    color: #9eb4ca;
}
.bottom{
    display: flex;
    align-items: center;
}
.box1{
    width: 300px;
    height: 300px;
    border: 1px solid #dfdcd7;
    background-color: #dfdcd7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;

}
.box2{
    width: 300px;
    height: 300px;
    border: 1px solid #dfdcd7;
    background-color: #dfdcd7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 90px;
    margin-right: 90px;
    margin-top: 150px;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.box3{
    width: 300px;
    height: 300px;
    border: 1px solid #dfdcd7;
    background-color: #dfdcd7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;

}
.p{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}