* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: #000;
}

html, body {
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
}

body {
    display: flex;
    justify-content: center;
    /*background-color: #F2F4F7;*/
    background-color: #140433;
}

.preload-assets {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
}

.container {
    display: flex;
    justify-content: center;
    width: 500px;
}