body {
    background: gold;
    padding-top: 30px;
    margin: 0 auto;
    background-image: url(../plaat/mnrrc_bg.png);
    animation: mymove5 .1s ease-in-out;
    animation-delay: 3s;
    animation-iteration-count: 5;
    animation-direction: alternate;
    width: 100vw;
    height: 100vh;
}

.circle, .circle2, .circle3, .circle4 {
    position: absolute;
    top: 100px;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    z-index: 301;
}

.circle4 {
    background: gold;
}

#huls {
    width: 800px;
    height: 800px;
    margin: 0 auto;
    padding-top: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: black;
    display: grid;
    background-image: url(../plaat/glow2.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

#overhuls {
    width: 780px;
    height: 780px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    overflow: hidden;
    background-image: url(../plaat/glow2.gif);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

#blokken {
    display: grid;
    position: relative;
}

#onderhuls {
    width: 800px;
    height: 800px;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 151;
}

#onderhuls h1 {
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.5rem;
    padding-top: 760px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6rem;
    z-index: 150;
    position: absolute;
}

#onderhuls p {
    font-size: 2.2em;
    color: gold;
    text-align: center;
    padding-top: 85px;
    font-family: 'Nova Square', cursive;
}

#nr1 {
    width: 400px;
    height: 400px;
    background: rgba(0, 128, 0, .4);
    grid-row: 1 / 2;
    z-index: 152;
    position: relative;
    border-top-left-radius: 100%;
}

#nr1:hover {
    background: rgba(0, 128, 0, .2);
    color: white;
}

#nr1 p {
    color: rgba(0, 128, 0, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 220px 20px 270px 130px;
}

#nr1 p:hover {
    color: gold;
}

#nr2 {
    width: 400px;
    height: 400px;
    background: rgba(0, 0, 255, .3);
    grid-row: 1 / 2;
    z-index: 152;
    position: relative;
    border-top-right-radius: 100%;
}

#nr2:hover {
    background: rgba(0, 0, 255, .6);
}

#nr2 p {
    color: rgba(0, 0, 255, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 220px 130px 270px 20px;
}

#nr2 p:hover {
    color: gold;
}

#nr3 {
    width: 400px;
    height: 400px;
    background: rgba(255, 0, 0, .5);
    grid-row: 2 / 3;
    z-index: 152;
    position: relative;
    border-bottom-left-radius: 100%;
}

#nr3:hover {
    background: rgba(255, 0, 0, .65);
}

#nr3 p {
    color: rgba(255, 0, 0, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 60px 20px 270px 130px;
}

#nr3 p:hover {
    color: gold;
}

#nr4 {
    width: 400px;
    height: 400px;
    background: rgba(128, 0, 128, .4);
    grid-row: 2 / 3;
    z-index: 152;
    position: relative;
    border-bottom-right-radius: 100%;
}

#nr4:hover {
    background: rgba(128, 0, 128, .7);
}

#nr4 p {
    color: rgba(128, 0, 128, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 60px 130px 270px 20px;
}

#nr4 p:hover {
    color: gold;
}

#nr1 h1 {
    padding: 250px 30px 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(0, 128, 0, .4);
    letter-spacing: -1.5rem;
    text-align: right;
    font-size: 4em;
    display: none;
}

#nr2 h1 {
    padding: 250px 0 0 30px;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: left;
    font-size: 4em;
    display: none;
}

#nr3 h1 {
    padding: -20px 80px 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: right;
    font-size: 4em;
    display: none;
}

#nr4 h1 {
    padding: -20px 0 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: left;
    font-size: 4em;
    display: none;
}

#stip {
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    border-radius: 50%;
    border: 2px dashed white;
    display: block;
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../plaat/glow2.gif);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 153;
}

#kop {
    position: absolute;
    border-radius: 50%;
    display: block;
    top: 180px;
    left: 50%;
    transform: translateX(-55%);
    z-index: 16;
    overflow: hidden;
}

#stip:hover {
    cursor: pointer;
    background: rgba(255, 215, 0, .9);
}

#stip p {
    text-align: center;
    color: white;
    padding-top: 3px;
    font-size: 2em;
}

#afdek {
    width: 3000px;
    height: 1500px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0px;
    z-index: 500;
    display: none;
}

.tekstje {
    font-family: 'Nova Square', cursive;
    padding: 15rem 145rem 0 7rem;
    text-align: left;
    font-size: 2.2rem;
    color: gray;
    left: 50%;
    transform: translateX(10%);
}
  
#nr1 {animation-timing-function: ease;}
#nr2 {animation-timing-function: ease;}
#nr3 {animation-timing-function: ease;}
#nr4 {animation-timing-function: ease;}
#huls {animation-timing-function: ease-in-out;}
  
  @keyframes mymove1 {
    from {left: 0px; top: 0px;}
    to {left: -400px; top: -400px; border-bottom-right-radius: 100%; transform: rotate(360deg, 180deg);}
  }

  @keyframes mymove2 {
    from {left: 0px; top: 0px;}
    to {left: 400px; top: -400px; border-bottom-left-radius: 100%;}
  }

  @keyframes mymove3 {
    from {left: 0px; top: 0px;}
    to {left: -400px; top: 400px; border-top-right-radius: 100%;}
  }

  @keyframes mymove4 {
    from {left: 0px; top: 0px;}
    to {left: 400px; top: 400px; border-top-left-radius: 100%;}
  }

  @keyframes mymove5 {
    from {margin: 0 auto;}
    to {transform: rotate(10deg);}
  }

  @keyframes mymove7 {
    from {}
    to {transform: rotateX(360deg);}
  }

