@charset "UTF-8";

/*
@font-face {

    font-family: defaultFont;
    src: url("../fonts/logo-font.ttf"); 
}
*/

html, body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}

body {


    position: relative;
    /*background-color: #333333;*/
    background-color: #363642;
    font-family: Consolas, monaco, monospace; ;
}

h1 {

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 40px;
    text-align: left;

}
h2 {

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 34px;
    text-align: left;

}

h3 {

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: left;

}



body > div#content {

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;


}

a {

    text-decoration: none;
    color: #44E3F9;
    white-space: nowrap
}
