body{
    background-color: #000;
    background-image: url('../assets/images/backgrounds/bgHistory.png');
    background-position: right top;
    background-size:auto;
    background-repeat: no-repeat;

}

.main{
    margin-top: 130px;
    color: white;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}
.biography{
    width: 80%;
    margin: auto;
    line-height: 1.5;
    font-size: 1.2rem;
}

.biography-text{
    width: 50%;
}

.biography-text h1{
    font-size: 1.5rem;
    margin: 20px 0;
    letter-spacing: 3px;
}

.biography-text p{
    font-size: 1rem;
    text-wrap: balance;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

@media (max-width:1400px) {
    body{
        background-position: 15vw 100px;
    }
}

@media (max-width: 768px) {
    body{
        background-position: -72vw 18vh;
        }
    .main{
        margin-top: 200px;
    }
    .biography{
        width: 90%;
        font-size: 1rem;
    }
    .biography-text{
        width: 100%;
    }
}

