body {
    background-image: url(wallpaperflare.com_wallpaper.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

div.hometext h1{
    text-align:center;
    position: absolute;
    width: 100vw;
    height: 100vh;
    line-height: 15vw;
    text-shadow: 1px 1px black;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    min-height: 0;
}

div.hometext p{
    position:absolute;
    width: 100vw;
    text-align: center;
    line-height: 19.5vw;
    text-shadow: 1px 1px black;
    font-family: Arial, Helvetica, sans-serif;

    color: white;
}

div.input {
    position: absolute;
    width: 100vw;
    height: 100vh;
    text-align: center;
    line-height: 27vw;
    text-shadow: 1px 1px black;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#link {
    text-decoration: none;
    color: black;
}