@import url('/static/css/fonts.css');
@import url('/static/css/colors.css');
@import url('/static/css/goback.css');

body {
    background-image: url('/static/backgrounds/glitch_background5.png');
    background-color: black;
    background-repeat: no-repeat;
    background-position: 0% 25%;
    font-family: Courier;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    position: relative;
    margin-top: 5%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

body div {
    width: 100%;
    color: var(--yellow-of-some-sort);
    font-weight: bold;
    background-color: black;
    border: 6px solid;
    border-image-repeat: round;
    padding: 20px;
    margin: 10px;
}

a {
    color: var(--light-violet);
    text-decoration: underline wavy;
    text-decoration-skip-ink: none;
    
}

a:hover {
    font-style: italic;
}

ul {
    list-style-type: '* ';
    padding-inline-start: 0;
    padding-left: 1.5em;
}

#mysubsites {
    border-image: url('/static/glitch_border2.png') 32 repeat;
}

#mythings {
    border-image: url('/static/glitch_border.png') 32 repeat;
}

#goback {
    color: var(--light-violet);
    font-family: 'Redaction 100';
    font-weight: bold;
    font-size: x-large;
    height: 22px;
    width: 160px;
    text-decoration: underline wavy;
}