body {
    margin: 0;
    padding: 0;
    background-image: url('./images/in\ secret.png'); 
    background-size: cover;
    font-family: Arial;
}
.homepage {
    position: fixed;
    top: 80%;
    left: 70%;
}

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

/* Resize for phone */

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

}

/* Resize for phone */

@media only screen and (max-width:600px)   {
    .homepage {
        background-color: black;
    }


}