*{
    box-sizing: border-box;
}
body{
    justify-content: space-around;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
h1{
    width: 50%;
    margin: 15px auto;
    background-color: rgba(175, 118, 52, 0.35);
    border-radius: 8px;
}
.background-los{
    background-image: url(/backfround.jpg);
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0.35;
    z-index: -1;
}
.backdiv{
    width: 95%;
    height: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
.backdiv1{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
.profile{
    width: 350px;
    height: 350px;
    text-align: center;
    border-radius: 20px;
    
}
p{
    color: sienna;
    font-size: 165%;
    font-weight: bold;
    margin: 10px auto;
}
