body {
  margin:0;
  font-family:IBM PLEX MONO;
    
     
}

                /* WRAPPER SITE */
.wrapper{
    width:1365.96px;
    margin: 0;
    height: 0;
    
}


                /* NAVIGATION */


.navigation{
    margin-top: 30px;
}


.nav-item{
    top: -2px;
    left: 32px;
    position: relative;
    display: inline-block;
    
 
}


.nav-item2{
    top: -4px;
    left: 20px;
    position: relative;
    display: inline-block;
    
   
}



.nav-item3{
    top: 30%;
    left: 10%;
    display: inline-block;
    position: relative;
    
}


.nav-item4{
    top: -44%;
    left: 14%;
    display: inline-block;
    position: relative;
    
}




                /* CONTAINER */    

#container .box {
  width:100vw;
  height:100vh;
  display:inline-block;
  position:relative;
}


#container {
  overflow-y:scroll;
  overflow-x:hidden;
  transform: rotate(270deg) translateX(-100%);
  transform-origin: top left;
  background-color:#999;
  position:absolute;
  width:100vh;
  height:100vw;
}

#container2 {
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
  font-size:0;
  white-space:nowrap;
}



                /* CONTAINER FOR SITE W/ IMAGE */

.one {
  background-image:url(homepageimage.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0;
    overflow-x:hidden;
    overflow-y: hidden;
    
   
    
}


                /* AUTHOR'S NAME */

p{
    width:100px;
    height:100px;
    color: ghostwhite;
    font-size: 14px;
    font-family: "IBM Plex Mono", monospace;
    font-style: italic;
    top: 154px;
    left: 128%;
    position: relative;
   
}


                /* TITLE OF THE PAGE */

h1{
    left:480px;
    font-size:50px;
    font-family: "IBM Plex Mono", monospace;
    color: #a8320e;
    position:relative;
    top:50px;
    text-align: center;
    
}
                
                 /* SHORT BRIEF */

.shortbrief {
    top: 30px;
    left: 570px;
    text-align:center;
    position:relative;
    font-size: 10px;
    opacity: 30%;
    color: white;
    display: flex;
    width: 100px;
   
}



                    /* BUTTON */


.button1 {
  background-color: #a8320e; /* red_orange */
  border: none;
  color: #c8ccb5;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 30px 675px;
  cursor: pointer;
  position:absolute;
}



.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #c8ccb5;
}

.button1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1 {border-radius: 29px;}

.button1:hover span {
  padding-right: 25px;
  color: black;
}


.button1:hover span:after {
  opacity: 1;
  right: 0;

}




























