* {
    box-sizing: border-box;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    background-color: #dac9eb;
}

h1 {
    font-size: 400%;
    font-weight: 900;
}