body {
    font-family: 'Roboto Mono';
    color: white;
    background-color: black;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: #848381;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 120%;
}

.wrapper {
    position: relative;
}

.queen {
    position: fixed;
    right: 0;
    height: 100%;
    width: auto;
}

.bottom_symbol {
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.top_symbol {
    padding: 20px;
}

.text {
    padding-left: 20px;
}

.social {
   background-color: white;
   color: black;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   text-align: center;
   margin-left: 20px;
   margin-top: 20px;
}

.social .fa {
    color: black;
    position: relative;
    top: 2px;
}

.social:hover {
    background-color: #848381;
}