body {
    margin: 0;
    padding: 0;
    background-image: url('./images/P1020643_Original.jpg'); 
    background-size: cover;
    font-family: Arial;
}


/* List with links */

.listbox {

    width: 50%;
    position: fixed;
    left: 15%;
    top: 15%;
    text-align: center;

}

.listitem {

    width: 175px;
    height: auto;
    display: flex;
    color: black;
    background-color: rgb(0, 255, 229);
    padding:4px 15px;
    text-align: center;

}

.listicon {
    width: 1.5rem;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

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

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

/* Resize for phone */

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


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