:root {
    --border-radius: 5px;
}

body {
    background-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/blackcagebg.jpg');
    background-color: #000000;
    background-size: 400px;
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
}

/* Getting the font */
@font-face {
    font-family: 'fancy';
    src: url("https://vampireapologist.neocities.org/fonts/fancy.ttf") format("woff2");
}


nav {
    text-align: center;
    margin: 0px 0px 12px 0px;
}

nav a {
    color: #000000;
    background-color: #ffffff;
    border: 2px dotted black;
    border-radius: 20px;
    padding: 2px 5px 2px 5px;
}

nav a:hover {
    color: #960000;
    background-color: black;
    border: 2px dotted white;    
}


h1 {
    font-family: 'fancy';
    font-size: 70px;
    color: #ffffff;
    text-shadow: 5px 5px 5px black;
}

.wrapper {
    background-image: url('');
}

.form-container {
    border: 1px solid white;
    background-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/whitelacebg.jpg');
    background-color: #ffffff;
    background-size: 400px;
    background-position: center;
    background-position-y: -140px;
}


.message-container {
    border: 1px solid white;
    background-image: url('https://vampireapologist.neocities.org/images/borders_and_backgrounds/whitelacebg.jpg');
    background-size: 400px;
    background-position: center;
    background-position-y: -140px;
}

/*Date message was sent*/
.message-container p:first-of-type {
    background-color: #000000;
    color: white;
    padding: 2px;
}

/*Name of the sender*/
p:nth-of-type(2) {}


/*Website name*/
p:nth-of-type(3) {}


.messagesboxes-alignment {}


#form {}

label {}

input,
textarea {
    background-color: #000000;
}

/* Changes the text color of what is typed into the form's text area*/
input[type="text"],
#message {
    color: #ffffff;
}

button {
    background: #000000;
}

button:hover {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid black;
}


footer {
    color: #ffffff;
}

footer a {
    color: white;
}

footer a:hover {
    color: #960000;
}