.rjlogo {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 80px; 
  height: auto;
  z-index: 1000; /
}

.wheeler {
  width: 100vw;  
    height: 80vh; 
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.gray-box {
    width: 98%;
    height: 500px;
    background-color: #4D4D4D;
    border-radius: 0px;
    margin: 20px;
}

.fish {
    width: 450px;
    height: 500px;

} 

.text-content {
    position: absolute;
    bottom: 20px; 
    right: 20px;  
    width: 70%;   
    text-align: right;
    color: black; 


}

.text-content h1 {
    
    font-size: 5em;
    margin-bottom: 10px;
}

.text-content p {
  text-align: right;
    line-height: 1.6;
    position: absolute;
   

}

.black-box {
    position:relative;
    width: 99%;
    height: 100px;
    background-color: black;
    border-radius: 0px;
    margin: 10px;
    overflow: hidden;
    
}

.copyright {
  text-align: center;
  color:white;
   bottom: 0;
    left: 0;
    width: 100%;

 
}

.honda250 {
    width: 450px;
    height: 500px;

} 

.mtb {
  width: 100vw;  
    height: 80vh; 
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}
.wrench {
  width: 450px;
  height: 500px;
}

.servicesbold {
  width: 100vw;  
    height: 80vh; 
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
}

.clash {
    width: 450px;
    height: 500px;
}



.goku{

  display: block;
  
  margin-left: auto;
  margin-right: auto;
  width:50vw;  
    height: 80vh; 
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}