* {
    margin: 0;
    padding: 0;
}

.main {
    height: 80vh;
    padding-top: 180px;
    background-image: url("../Images/BG.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #013148;
    text-align: center;
}

.UI {
    background-color: #2aa6cfe2;
    margin: auto;
    height: 500px;
    width: 700px;
    border-radius: 60px 5px;
}

.ui {
    background-color: #2aa6cfe2;
    margin: auto;
    height: 500px;
    width: 700px;
    border-radius: 5px 60px;
}

.UI h1 {
    padding: 50px 0;
}

.input {
    width: 280px;
    padding: 10px;
    margin-top: 50px;
    border-radius: 5px 15px;
    border: 1.5px solid white;
    background-color: #3fb8e0e2;
    font-size: 16px;
}

.input::placeholder {
    color: #102838;
}

input:focus {
    border-color: white;
    outline: none;
}

.error {
    margin-top: 20px;
    color: rgba(255, 0, 0, 0.859);
    font-size: 20px;
}

.BTN {
    display: block;
    margin: auto;
    padding: 10px 20px;
    border-radius: 5px 5px 20px 20px;
    border: 1.5px solid white;
    font-size: 16px;
    background-color: #3fb8e0e2;
    cursor: pointer;
    transition: 0.2s linear;
    margin-top: 60px;
}

.BTN:hover {
    scale: 1.1;
}

.secondUI {
    display: none;
}

.thirdUI {
    display: none;
    border-radius: 5px 60px;
}

.thirdUI .BTN {
    border-radius: 20px 20px 5px 5px;
}

.thirdUI .input {
    border-radius: 15px 5px;
}

.fourUI {
    display: none;
    border-radius: 5px 60px;
}

.fourUI .BTN {
    border-radius: 20px 20px 5px 5px;
}

.fourUI .input {
    margin-top: 30px;
    border-radius: 15px 5px;
}

.Chance{
    margin-top: 20px;
    font-size: 18px;
}

.victory {
    display: none;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    padding-top: 50px;
    margin: auto;
}

.Over {
    display: none;
    height: 200px;
    width: 250px;
    border-radius: 35%;
    padding-top: 50px;
    margin: auto;
}