* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
html {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}
header {
    margin-top: 10%;
}
header h1 {
    margin-top: -4%;
    font-size: 400%;
}
main h1 {
    font-size: 400%;
}
main a{
    text-decoration: none;
    color:rgb(255, 255, 255);
}
.center {text-align: center;}
#orange {
    image-rendering: pixelated;
    width: 3%;
    position: absolute;
    right: 15%;
}
#blue {
    image-rendering: pixelated;
    width: 3%;
    position: absolute;
    right: 85%;
}