body{
    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;
}

#contact>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%;
}

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

img{
    width:50%;    
    position:absolute;
    top:0;
    left:0;
    z-index:-10; 
}