body{
    /* background-image: url('https://images.theconversation.com/files/122137/original/image-20160511-18171-kulas4.jpg?ixlib=rb-1.1.0&q=45&auto=format&w=926&fit=clip');
    background-repeat: no-repeat;
    background-size: 100vw 100vh; */
    background-color: pink;
}
section{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* *{
    border: 1px solid black;
} */
input{
    padding: .8em 0;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
    text-align: center;
}
button{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: transparent;
    background-color: rgb(252, 46, 142);
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.info{
    font-size: 2em;
    color: rgb(188, 15, 204);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
}