.wrapper {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}

.wrapper h2 {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.8rem;
    font-family: 'Lustria';
    color: white;
}

.wapper .buttonComponent {
    margin-top: 1.2rem;
    font-size: 0.8rem;
}