@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand:wght@300..700&display=swap');

*{
    margin:0%;
    padding: 0%;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width: 100%;
}
.text1{
    width: auto;
    position: absolute;
    top: 50%;
    margin: 50px;
}
.text2{
    top: 100px;
    right:100px;
    position: absolute;
    margin: 50px;
}
h1{
    font-size: 8rem;
    white-space: nowrap;
     font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: white;
    animation-name: anim;
    animation-duration: 19s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
h1 span{
    -webkit-text-stroke: 1.2px white;
    color: transparent;
}
h2{
    font-size: 2rem;
     font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: white;
}
h3{
    font-size: 1rem;
 
     font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: white;
}
#main{
    background-color: #576568;
    position: relative;
    overflow: hidden;
}
#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#576568;
}

#page1{
    height: 100vh;
    width: 100vw;
    background-color:#576568;
}

#page2{
    height: 100vh;
    width: 100vw;
    background-color:#576568;
}

#page3{
    height: 100vh;
    width: 100vw;
    background-color:#576568;
    overflow: visible;
}
canvas{
    position: relative;
    z-index: 4;
    max-height: 100vh;
    max-width: 100vw;
}

@keyframes anim{
    0%{
        transform: translateX(0%);
    }
    100%{
        transform: translateX(-100%);
    }
}


.qualifications{
    width: 700px;
    position: absolute;
    top: 10%;
    margin: 50px;
}

.hobbies p, .qualifications p{
    color: white;
    font-size: 3rem;
    text-decoration: underline;
     font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;

    margin-bottom: 10px;
}
.hobbies h2, .qualifications h2{
    color: white;
    font-size: 2rem;
    margin-bottom: 10px;
}


.hobbies{
    width: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    margin: 50px;
}


