body {
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wamp {
    font-size: 50rem;
    font-family: 'Franklin Gothic Medium';
}

.proceedBtn {
    background-color: 'orange';
}