body {
    background: #1a191c;
    font-family: "Tomorrow", Tahoma, sans-serif;
    color: white;
}

p {
    line-height: 25px;
}

h1 {
    font-family: "Orbitron", Courier, monospace;
}

h2 {
    
}

i {
    color: red;
}

a {
    color: white;
}
a:hover {
    color: skyblue
}

nav a {
    padding-right: 20px;
    font-size: large;
}

.kaomoji {
    font-family: Tahoma, sans-serif;
}

main {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
}

aside {
    background: url(https://file.garden/ZnSVxjDVpDMuyxwu/websources/dividergraphiccs/boilingflowers.gif);
    height: 30px;
    background-repeat: repeat-x;
}

::selection {
    background: white;
    color: blue;
}