* {
    cursor: url("../cursor_img/cursor_main.cur"), auto;
} 

body {
    height: 100vh;
    background-color: #830c0c96;
}

#mainHeader {
    background-color: rgba(148, 15, 15, 0.768);
}

#mainHeader .header_text {
    font-size: 28px;
}

#mainHeader .header_text .header_first_text {
    font-size: 40px;
}

#levelButtons .buttons .main_all_button {
    height: 310px;
    width: 310px;
    border: 3px solid #000000;
}

#levelButtons .buttons .main_all_button:hover {
    border-width: medium;
    border-color: #247928;
    background-color: rgba(148, 15, 15, 0.768);
    color: aliceblue;
}

