* {
    margin: 0;
    padding: 0;
}

@font-face {
    src: url('https://willdotjpg.gay/fonts/%E3%82%86%E3%82%8B%E3%82%82%E3%81%98.TTF');
    font-family: 'Yurumoji';
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/wp5.gif");
    color: #c2d7ff;
}

hr {
    margin-top: 10px;
    margin-left: 200px;
    border: 1px solid #c2d7ff;
    width: 500px;
}

h1 {
    text-decoration: underline;
}

button {
    background-color: #c2d7ff;
    border: 2px solid #fff;
    width: 150px;
    color: #fff;
    font-family: "Yurumoji";
    font-size: 30px;
    border-radius: 10px;
}

.nav {
    width: 900px;
    height: 40px;
    align-content: center;
    margin-top: -40px;
    position: absolute;
}

.main {
    width: 900px;
    height: 700px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}

.header {
    width: 742px;
    height: 63px;
    font-family: "Yurumoji";
    font-size: 70px;
    margin-left: 10px;
    margin-top: 10px;
}

.what {
    width: 275px;
    height: 300px;
    border: 2px solid #c2d7ff;
    border-radius: 50px;
    font-family: "Yurumoji";
    font-size: 18px;
    align-content: center;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.huh {
    width: 275px;
    height: 300px;
    border: 2px solid #c2d7ff;
    border-radius: 50px;
    font-family: "Yurumoji";
    font-size: 18px;
    align-content: center;
    text-align: center;
    margin-top: -10px;
    margin-left: 605px;
    position: absolute;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}

.oddish {
    width: 500px;
    height: 200px;
    background-image: url("https://willdotjpg.gay/michi_method/oddish3.png");
    border-radius: 50px;
    position: absolute;
    margin-left: 340px;
    margin-top: 60px;
}

.wooper {
    width: 500px;
    height: 200px;
    background-image: url("https://willdotjpg.gay/michi_method/wooper3.png");
    border-radius: 50px;
    position: absolute;
    margin-top: 50px;
    margin-left: 50px;
}
