html {
    cursor: url("img/cursor/williecursor.png") 16 16, default;
    overflow-x: hidden;
} 
 
 body {
     margin-top: 20vh;
     height: 100%;
     text-align: center;
     font-family: 'Cairo', sans-serif;
 }

a:hover {
    cursor: url("img/cursor/willieclick.png") 1 1, pointer !important;
}
button:hover {
    cursor: url("img/cursor/willieclick.png") 1 1, pointer !important;
}
input:hover {
    cursor: url("img/cursor/willieclick.png") 1 1, pointer !important;
}

#logo {
    background: url("img/williehead.gif");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;
    height: 200px;
}

#willieadvice {
    width: 100%;
}

.container {
    width: 50vw;
    margin-left: 25vw;
}

.padding {
    padding-bottom: 50vh;
}

.wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20vh;
}

#evil {
    background: linear-gradient(#FFF, 5%, #000);
    margin-left: -8px;
    width: 101vw;
    overflow-x: hidden;
}

#evil p {
    color: white;
    padding-left: 8px;
    margin-top: 13%;
    text-align: center;
    font-size: 40px;
    font-family: 'Pacifico', cursive;
}

.chaos {
    opacity: 0.1;
    z-index: 10;
    position: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}