@import url("https://fonts.googleapis.com/css2?family=Loved+by+the+King&family=Oswald&display=swap");

body {
    background-color: #DFC5FE;
    font-family: "Loved by the King", cursive;
    font-size: 2rem;
}

p {}

.mid-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

input {
    color: #632ef5;
    background-color: #DFC5FE;
    border-radius: 5px;
    border-color: #632ef5;
    font-family: "Loved by the King", cursive;
    font-size: 1.8rem;
}

button {
    color: #632ef5;
    background-color: #DFC5FE;
    border-radius: 5px;
    border-color: #632ef5;
    font-family: "Loved by the King", cursive;
    font-size: 1.8rem;
}

button:hover {
    background-color: #632ef5;
    color: #DFC5FE;
    cursor: pointer;
}

.hidden {
    display: none;
}