* {
    margin: 0;
    padding: 0;
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/Daydream.ttf");
    font-family: "Daydream";
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/lines.png");
}

hr {
    border: 5px dotted #000;
    border-bottom: none;
}

h1 {
    font-family: "Daydream";
}

h2 {
    font-family: "Daydream";
    font-size: 20px;
}

.now {
    width: 1020px;
    height: 650px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("https://willdotjpg.gay/images/background2.png");
    background-size: cover;
}

.header {
    width: 1020px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.nav {
    width: 300px;
    height: 200px;
    background-image: url("https://willdotjpg.gay/images/backgrounds/box-bg.png");
    border: 2px solid #000;
    margin-left: 10px;
    margin-top: 140px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.main {
    width: 685px;
    height: 300px;
    border: 2px solid #000;
    position: absolute;
    margin-left: 325px;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 10px;
}
