* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
}

body {
    background: url('Fotos/bio\ 3.jpg');
    background-size: cover;
}

.box {
    width: 500px;
    background: rgba(0, 0, 0, .4);
    margin: 0 auto;
    margin-top: 4%;
    padding: 20px;
    color: white;
    text-align: center;
    border-radius: 15px;
}
.box img {
    border-radius: 100px;
}
.box h1 {
font-size: 40px;
letter-spacing: 4px;
font-weight: 100;
margin: 30px 0 20px;
}

.box h2{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-bottom: 20px;
}

.box p {
 text-align: justify;   
}
.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: darkgray;
    color: #f9fafc;
    text-transform: uppercase;
    align-content: center;
}
.btn-1:hover{
    background-color: #323337;   
}