body {
    background: rgb(44, 44, 44);
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
form {
    font-weight: bold;
    background: rgb(82, 82, 82);
    padding: 15px;
    border-radius: 12px;
}
.back-btn {
    color: white;
    text-decoration: none;
    font-family: 'Comic Sans MS';
    font-size: 23px;
    border-radius: 12px;
    width: fit-content;
    background-color: rgb(87, 115, 139);
    padding: 10px;
}
.submit {
    color: white;
    text-decoration: none;
    font-family: 'Comic Sans MS';
    font-size: 23px;
    border-radius: 12px;
    width: fit-content;
    background-color: rgb(87, 115, 139);
    padding: 10px;
    outline: none;
    border: none;

}
.submit:hover {
    border: rgb(144, 144, 246) 5px solid;
}