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

.homepage {
    position: fixed;
    top: 15%;
    left: 23%;
}

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

/* List with links */

.listbox {

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

}

.listitem {

    width: 175px;
    height: auto;
    display: flex;
    color: black;
    background-color: yellow;
    text-align: center;

}

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

/* Resize for phone */

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


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