body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(to bottom, rgb(19, 0, 192), rgb(37, 203, 0));
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
}

.center {
    text-align: center;
    align-items: center;
}

.title {
    text-shadow: 3px 6px rgba(0, 0, 0, 0.425);
}

.select {
    background-color: rgba(255, 255, 255, 0.478);
    padding: 10px 15px;
    border-radius: 15px 15px 15px 2px;
}

input {
    background-color: rgb(223, 255, 254);
    color: black;
    border-bottom: 3px solid #007bff;
    border-radius: 15px 15px 15px 2px;
    padding: 10px 15px;
    box-shadow: 7px 3px rgba(0, 0, 0, 0.125);
    transition: 0.2s ease-out;
}

input:hover {
    background-color: #fffff5;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 24),0 17px 50px 0 rgba(0, 0, 0, 19);
}

button {
    background-color: rgb(223, 255, 254);
    color: black;
    border-bottom: 3px solid #007bff;
    border-radius: 15px 15px 15px 2px;
    padding: 10px 15px;
    box-shadow: 7px 3px rgba(0, 0, 0, 0.125);
    transition: 0.2s ease-out;
}

button:hover {
    background-color: #fffff5;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 24),0 17px 50px 0 rgba(0, 0, 0, 19);
}

.bignum {
    font-size: 102px;
    font-weight: 860;
    text-shadow: 10px 15px rgba(0, 0, 0, 0.285);
}

.name {
    font-size: 50px;
    font-weight: 725;
    text-shadow: 5px 7px rgba(0, 0, 0, 0.155);
}