/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');

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

h1{
    font-size: 0;
}

h2{
    text-align: center;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    color: #fff;
}

body{
    background-color: #191919;
    overflow: hidden;
}

div{
    text-align: center;
    font-family: 'Source Code Pro', monospace;
    font-weight: 100;
    color: #fff;
    margin: auto;
    margin-top: 4%;
    width: 30%;
}

body section div{
    font-family: 'Source Code Pro', monospace;
    font-weight: 100;
    margin: auto;
    width: 100px;
}
