body {
    color: white;
    font-family: "Londrina Shadow";
    text-align: center;
    background-image: linear-gradient(right, black, grey);
}

#box {
    border: 0.3rem solid white;
    height: 1rem;
    width: 83rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    bottom: 5.5rem;
}

h2 {
    font-size: 10rem;
}

button {
    font-size: 5rem;
    border-radius: 1rem;
}