body {
    margin: 0;
    padding: 0;
    background-image: url('./images/about\ herself.png'); 
    background-size: cover;
    font-family: Arial;
}

.textbox {
    width: 50%;
    position: fixed;
    left: 25%;
    top: 30%;
    text-align: left;
    background-color: white;
    padding:6px 15px;
    border: 1px solid black;
    
}

.homepage {
    position: fixed;
    top: 75%;
    left: 80%;
}

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

/* Resize for phone */

@media only screen and (max-width:600px)   {
    body {
        background-image: url('./images/about\ herself\ resize\ image.jpg');
    }


}

@media only screen and (max-width:600px)   {
    .homepage {
        position: fixed;
        top: 3%;
        left: 10%;
    }
}

@media only screen and (max-width:600px)   {
    .textbox {
        font-size: smaller;
        left: 35%;
        top: 56%;
    }
}

@media only screen and (max-width:400px)   {
    .textbox {
        font-size: smaller;
        left: 35%;
        top: 40%;
    }
}
