body {
    text-align: center;
    color: rgb(45, 45, 45);
    overflow: visible;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


button {
    padding: 12px 20px;
    border: 3px solid rgb(181, 181, 181);
    background-color: white;
    border-radius: 12px;
    font-weight: bold;
    color: rgb(194, 194, 194);
    transition: .2s;
    margin-right: 5px;
    font-size: 18px;
    margin-bottom: 20px;
}

button:hover {
    border: 3px solid rgb(69, 222, 100);
    scale: 107%;
    transition: .2s;
    color: rgb(247, 247, 247);
    background-color: rgb(69, 222, 100);
}

input {
    padding: 12px 15px;
    font-size: 20px;
    border-radius: 10px;
    transition: .2s;
    border: 3px solid rgb(181, 181, 181);
    color: rgb(194, 194, 194);
    margin-right: 5px;
}

input:hover {
    scale: 105%;
    transition: .2s;
}

#userinput {
    padding: 35px 35px;
    font-size: 70px;
    border-radius: 20px;
    font-weight: bold;
    width: 650px;
    color: rgb(130, 130, 130);
    border: 4px solid rgb(181, 181, 181);
}

#submition {
    margin-top: 10px;
    width: 720px;
    background-color: rgb(69, 222, 100);
    color: rgb(255, 255, 255);
    border: none;
    font-size: 20px;
}

h2 {
    font-weight: bold;
    flex-direction: row;
    margin-right: 15px;
}

h3 {
    font-weight: bold;
    margin-right: 15px;
}

#status {
    flex-direction: row;
    position: absolute;
    display: flex;
    right: 50px;
    text-align: center;
}


#closebtn {
    top: 15px;
    left: 17px;
    font-size: 15px;
    position: absolute;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 46, 46);
    border: none;
    padding: 10px 15px;
}

#closebtn:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(255, 46, 46);
    border: none;
}

#repeat {
    font-size: 80px;
    border-radius: 30px;
    margin-bottom: 35px;
    margin-top: 60px;
    border: 2px solid rgb(213, 213, 213);
    background-color: rgb(235, 235, 235);
}

#repeat:active {
    background-color: rgb(69, 222, 100);
}

h1 {
    font-size: 70px;
}

#streak {
    color: rgb(255, 128, 0);
    position: relative;
}

#words {
    font-size: 18px;
    color: rgb(62, 62, 62);
}

#timer {
    position: absolute;
    left: 80px;
    margin-left: 20px;
}

#wrong {
    color: rgb(214, 1, 1);
}

#right {
    color: rgb(3, 184, 3);
}

#day {
    font-size: 40px;
    bottom: 25px;
    position: relative;
    color: rgb(236, 106, 36);
}