p{
    color: #ffffff;
    font-size: 18px;
}

a{
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}

a:visited{
    color: #ffffff;
}

a:hover{
    color: #78a9ff;
}

a:active{
    color: #be96ff;
}

li{
    font-size: 16px;
    text-decoration: underline;
}

pre{
    font-size: x-large
}

body{
    background-image: url("backgrounds/bg2.png");
}

.fg{
    background-color: #161616;
    width: 900px;
    margin: 50px auto;
    border: 5px solid #ff7eb6;
    padding: 10px;
}

.head{
    text-align: center;
    color: #ffffff;
}

.body{
    display: grid;
    text-align: justify;
}

#Queer-links{
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

#Computer-Science-Neocities-etc{
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

#Palestine{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}

#Leftist-Theory{
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
