@font-face {
    font-family: "Abstract";
    src: url('/fonts/aAbstractGroovy.otf');
}

body {
    background-image: linear-gradient(#95E1D4, #FFFAE7);    
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin: 0;
    color: gray;
    font-family: Arial, Helvetica, sans-serif;
    cursor: none;
}

.cursor-dot {
    width: 5px;
    height: 5px;
    background-color: rgb(0, 0, 0);
}

.cursor-outline{
    width: 30px;
    height: 30px;
    border: 2px solid hsla(122, 50%, 37%, 0.794);
}

.cursor-dot,
.cursor-outline{
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;

}

h1 {
    color: #808080;
    font-size: 4em;
    margin-left: 50px;
    font-family: "Abstract";
}

.ensemble {
    display: flex;
    justify-content: space-between;
}

.kpop {
    display: flex;
    margin-left: 50px;
    font-size: 2em;
}

.oui {
    display: flex;
    align-items: space-between;
    margin-right: 140px;
    margin-top: 100px;
}

h2 {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
    font-size: 3em;
}

a {
    text-decoration: none;
    color: #808080
}

.noise {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    opacity: .05;
    z-index: 1000;
    pointer-events: none;
    background: url(../noise.gif);
}

.hov:hover {
    font-size: 60px;
}