html, body {
    width: 100%;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 50px;
    background-color: #fff7f9;
}
*, *:before, *:after {
    box-sizing: border-box;
}

#vmain {
    width: 100%;
}

a {
    color: #8c34e5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
