@import url("config.css");

html {
    background: #020e04;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: row;
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat.ttf");
}