@import "https://www.nerdfonts.com/assets/css/webfont.css";

html, body {
    height: 100%;
    background: repeat url('overlays/02.png') #F9F9F9;
}
body {
    margin: 0;
    border-top: 5.5pt solid #18334e;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-color{
    color: #18334e;
}