﻿body{
    margin: 0;
    padding: 0;

    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    
    background-color: #121212;
    
    color: white;
}

main {
    height: 100vh !important;

    display: flex;

    justify-content: center;
    align-items: center;
}

.center_container {
    display: flex;

    justify-content: center;
    align-items: center;
    
    flex-direction: column;
}

.logo{
    width: 200px;

    filter: brightness(0) invert(1);
}

h1{
    margin-top: 5px;
}