/* The general convention for all sites under the "Lachl.au" banner */
/* (One day there will be a light and a dark mode)(and a mobile mode) */

body {
    font-family: 'Manrope', sans-serif;
    background-color: #101010;
    color: white;
}

a {
    color: #01cafe;
    text-decoration: none;
}

.signupClick {
    text-decoration: underline dotted white 5px;
}

#header {
    
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.linkLists {
    list-style-type: none;
}

.headLogo {
    width: 10%;
}