*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: onepiece;
    src: url(./one\ piece\ font.ttf);
}
@font-face {
    font-family: monkeyking;
    src: url(./MONKEY\ KING.ttf);
}
#main{
    height: 100%;
    width: 100%;
    background-image: url(./133_Anime_Wallpaper_3840x2160px.jpg);
    background-size: cover;
    text-align: left;
}
h1{
    padding-top:150px;
    padding-left: 50px;
    padding-right: 80px;
    width: 50%;
    text-align: center;
    color: #2F090B;
    font-family: onepiece;
    font-size: 60px;
}
button{
    margin-left: 20%;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    font-weight: 250;
    color: #E1D4C0;
    background-image: url(./Screenshot\ 2025-11-13\ 202819.png);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
button:hover{
    transform: scale(1.2);
}

