.main-menu-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
}

h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(90deg, #FF6F61, #FFC75F);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1.5px;
}

.main-menu-btn
{
    border-radius: 10px;
    background-color: #ff662f15;
    color: white;
    border: 2px solid #ad4620;
}

.main-menu-btn:hover {
    background-color: #ff662f35;
}

.play-btn-container {
    width: 35%;
}
