*{
    margin: 0;
    box-sizing: border-box;
}

#page-wrapper{
    width: 100vw;
    height: 100vh;
    text-align: center;
    margin: auto;
    background-image: url("bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

header h1{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 1%;
    font-size: calc(2px + 5vw);
    color: whitesmoke;
    font-family: "Jim Nightshade", cursive;
    font-weight: 1000;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

header p{
    text-align: center;
    padding-bottom: 3%;
    color: whitesmoke;
    font-size: calc(3px + 1vw);
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
nav{
    padding: 2% 3%;
    text-align: center;
    width: 100%;
}

nav ul{
    padding-left: 0;
    width: 100%;
    list-style: none;
}

nav li{
    display: inline;
    margin: 10% 2%;
    font-size: calc(2px + 1vw);
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

nav a, footer a{
    text-decoration: none;
    color: whitesmoke;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

main{
    padding-top: 4%;
    text-align: center;
    font-family: "Noto Serif SC", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-shadow: 2px 2px 4px white;
}