@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&display=swap');

*{
    color:white;
    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight:400;
}

html, body{
    background:#0e0e0e;
}

h1{
    text-align:center;
    font-size:50px;
}

p{
    text-indent:50px;
    font-size:20px;
    position:relative;
    width:80vw;
    margin:0;
    padding:0;
    left:10vw;
}

.bottom{
    text-indent:0;
    text-align:center;
    font-size:15px;
    color:#AAA;
    font-style:italic;
    margin:0;
    padding:0;
}