@import url('fonts.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    background: #FEFEFE;
}

.coming-soon-text {
    font-family: 'ubuntu bold';
    color: #ED1C24;
}