* {
    box-sizing: border-box;
}

@font-face{
    font-family: "WebFont";
    src: url(Fonts/000webfont.ttf);
}

html{
    background-image:url(Img/DarkWater.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding-left: 25%;
    font-family: "WebFont";
    font-size: 15px;
}

body{
    opacity: 1;
    transition: opacity 1s ease-in-out;
    margin: 0%;
    display: flex;
    padding: 10px;
    width: 720px;
}

body.preload{
    opacity: 0;
    transition: none;
}

h1, a{
    font-size: 50px;
    text-align: center;
    margin: 0%;
    text-decoration: none;
}

a{
    color: white;
}

.Container{
    position: relative;
    left: 200px;
    top: 200px;
}