/* FONTS */
.jacquard-12-regular {
    font-family: "Jacquard 12", system-ui;
    font-weight: 400;
    font-style: normal;
}

.vt323-regular {
    font-family: "VT323", monospace;
    font-weight: 400;
    font-style: normal;
}

/* This is a stupid cursor I found */
* {cursor: url(/images/cig.png), auto;}

/* GENERAL STYLES */
body {
    font-family: "VT323", monospace;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #141414;
    background-image: linear-gradient(#10FFE7, #DFFF00);
    background-repeat: no-repeat;
    background-attachment: fixed;
} 

div {
    background-color:#ffffff;
    text-wrap: wrap;
    word-break: break-word;
    width: auto;
    margin-left: 25%;
    margin-right: 25%;
    border-radius: 25px;
    border-color: #10FFE7;
    border-width: 6px;
    border-style: solid;
    padding: 30px;
}

/* IMAGES */
img {
    display: block;
    width: fit-content;
    margin: auto;
}

img.doves {
    display: inline;
    width: 75px;
}

img:hover {
    background-color: #DFFF00;
}

/* LINKS */
a {
    color: #FF10DF;
    text-decoration: none;
}

a:hover {
    background-color: #DFFF00;
}

/* TEXT */
p {
    text-align: left;
    font-size: 20pt;
}

h1 {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 50pt;
    color: #FF10DF;
}

h1:hover {
    background-color: #DFFF00;
}

h2 {
    display: block;
    text-align: center;
    font-size: 35pt;
    margin: auto;
}

h3 {
    text-align: left;
    font-size: 30pt;
}

h4 {
    text-align: left;
    font-size: 25pt;
}

h5 {
    text-align: right;
    font-size: 20pt;
}

ul {
    text-align: left;
    font-size: 20pt;
}
