body{
    background-image: url('about.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Helvetica, sans-serif;
    color:black;
}

.header{
    font-weight: bold;
    font-size: 5vw;
}

a{
    color:black;
    text-decoration: none;
}

a:hover{
    color:azure;
    cursor: pointer;
}

#about>a{
    color:azure;  
}

.home{
    font-size: 1.5vw;
    display: flex;
    width:100%;
    justify-content: right;
}

.text{
    width: 100%;
    display:flex;
    justify-content: right;
}

.text p {
    width:50%;
    text-align: justify;
    text-justify: inter-word;
}