*{
    margin:0;
    padding:0;
    outline:0;
    box-sizing:border-box;
    text-decoration:none;

}

body{

    font-family:sans-serif;
    height:100vh;
    background-color:#ffcca3;

    
    
}

nav{

    width:100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    background-color:rgb(196, 78, 0);
    height:50px;
    padding:5px;

}

.menu{

    width: 80vw;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    font-size: 15px;
    font-weight: bold;
    list-style: none;

    
}

.logo{

    width: 10%;
}

.quemsou{

    width:100%;
    height:350px;
    background-color:#fff;
}

.serviços{
    width: 100%;
    height:600px;
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.box{
    width: 30%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:auto;
    background-color:blue;

}