body{
    background-color: rgb(250, 245, 234);
    user-select: none;
    padding: 2rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    cursor: none;
}

h3{
font-variant-caps: small-caps;
font-size: 1.7rem;
letter-spacing: 0.2rem;
    border-bottom: thick double black;
    width: 50%;
    text-shadow: unset;
}

#title{
    display: block;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 3rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    letter-spacing: 0.5rem;
    font-weight: 600;
    text-shadow: -2px 2px 0px #000;
    margin:auto;
    position: relative;
    display: flex;
            
        flex-direction: row;
        justify-content: space-around;
        left: 0px;
        top: 1rem;
}

.peraStyle{
    color: rgb(250, 245, 234);
    -webkit-text-stroke: 1px black;
}



p{
    font-size: 1.2rem;
    letter-spacing: 0.07rem;
    line-height: 1.7rem;
    font-weight: 100;
    padding-left:2rem;
    
}

hr{
        margin-left: 30%;
    margin-right: 30%;
    color: black;
    border-top: 1px dashed;
    border-bottom: 0px;
    border-radius: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;

}

@media screen and (orientation:portrait) {
    #title{
        font-size: 6rem;
        letter-spacing: 1rem;
        text-shadow: -4px 4px 0px #000;
    }

    h3{

font-size: 3.4rem;
letter-spacing: 0.4rem;
    
    width: 70%;
}

  p{
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
    line-height: 3.4rem;
    padding-left:3rem;
  }

  .peraStyle{
    -webkit-text-stroke: 2px black;
}
}

#cursor0{
    width:20px;
    height:20px;
    pointer-events: none;
    background-color: transparent;
    border:1px dashed black;
    position:absolute;
    left: -300%;
    top: -300%;
    z-index: -2;
}


#cursor1{
    width:200%;
    height:200%;
    pointer-events: none;
    background-color: transparent;
    border:1px dashed black;
    position:absolute;
    left: -300%;
    top: -300%;
    z-index: -2;
}


#cursor2{
    width:200%;
    height:200%;
    pointer-events: none;
    background-color: transparent;
    border:1px dashed black;
    position:absolute;
    left: -300%;
    top: -300%;
    z-index: -2;
}

.text-focus{
    border :1px solid black;
        padding-left: 0.3rem;
    padding-right: 0.3rem;
    color:#000;
    background-color: transparent;

}

.text-focus:hover{
    background-color: #000;
    color:rgb(250, 245, 234);
}
