@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 27.7px;
    font-family: 'IBM Plex Mono', monospace;
    vertical-align: baseline;
    box-sizing: border-box;
    color:rgb(228, 232, 235);
}

body{
    background-image: url("backdrop.png");
    background-repeat: no-repeat;
    background-position:  center;
    background-attachment: fixed;
    background-size: cover;
}

.center {
    text-align: center; 
    margin-top: 16%;
}

.maintext {
    margin-bottom: .9%;
}