
@font-face {
    font-family: "Castledown";
    src: url("castledown-regular.ttf");
}

body {
    overflow-y: hidden;
}

.MainDiv {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-family: "Castledown";
}

.MainDiv.LittleL {
    font-family: "Arial";
}

.MainButton {
    border: 1px solid black; 
    margin-bottom: 50px;
    border-radius: 50px;
}