body {
    background-image: url("UI/Pages/Homepage_bkg.jpg");
    background-color: #b4d8ff;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

@font-face {
    font-family: "press_start_2_play";
    src: url("Assets/PressStart2P-Regular.ttf");
}

.container {
    display: flex;
    justify-content: center;
    height: 100vh;
    gap: 70px;
    padding-bottom: 20px;
}

.start_btn {
    width: 23vw;
    height: 8vw;
    background-image: url("UI/Buttons/Start\ normal.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin-top: 38%;
}

.start_btn:hover {
    transform: translateY(20px);
    background-image: url("UI/Buttons/Start\ hover.png");
}

.home_btn {
    width: 23vw;
    height: 8vw;
    background-image: url("UI/Buttons/Home\ normal.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin-top: 38%;
}

.home_btn:hover {
    transform: translateY(20px);
    background-image: url("UI/Buttons/Home\ hover.png");
}



.soft_btn {
    width: 23vw;
    height: 8vw;
    background-image: url("UI/Buttons/soft\ normal.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    padding: 100px;
    margin-top: 38%;
}

.soft_btn:hover {
    transform: translateY(20px);
    background-image: url("UI/Buttons/Soft\ hover.png");
}


.medium_btn {
    width: 23vw;
    height: 8vw;
    background-image: url("UI/Buttons/Medium\ normal.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin-top: 38%;
}

.medium_btn:hover {
    transform: translateY(20px);
    background-image: url("UI/Buttons/Mediun\ hover.png");
}


.hard_btn {
    width: 23vw;
    height: 8vw;
    background-image: url("UI/Buttons/Hard\ normal.png");
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin-top: 38%;
}

.hard_btn:hover {
    transform: translateY(20px);
    background-image: url("UI/Buttons/Hard\ hover.png");
}

.timer {
    font-family: "press_start_2_play";
    font-size: 80px;
    letter-spacing: 40px;
    margin-top: 10%;
    color: #003399;
}

.moving_egg {
    width: 99px;
    height: 132px;
    position: fixed;
    left: 160px;
    top: 510px;

}