.btn{ 
    border:2px solid black!important;
    border-radius:0px!important;
   border-bottom:4px solid black!important;
   font-weight:700!important;   
       font-family:"Arial"!important;
}
.btn-purple{
    background-color: #9900ffff!important;
}
.btn-purple:hover{
    background-color: #5B0099!important;
}
#main-btn {
    background-color: #ffff00ff!important;
    height: 167px!important;
    font-size:80px!important;
    border:8px solid black!important;
    border-top:4px solid black!important;
    font-weight:300!important;
    
}
#epic {
    height: 205px;
    font-size:90px;
}
#agooiscool  {
    height: 127px;
    font-size:84px;
}

.btn-red{
    background-color: #ff0000ff!important;
}
.btn-red:hover{
    background-color: darkred!important;
}
.btn-lightyellow {
    background-color: #ffd966ff!important;
}
.btn-lightyellow:hover{
    background-color: orange!important;
}
.btn-magenta{
    background-color: #c27ba0ff!important;
}
.btn-magenta:hover{
    background-color: darkmagenta!important;
}
.btn-cyan{
    background-color: #00ffffff!important;
}
.btn-cyan:hover{
    background-color: darkcyan!important;
}
.btn-yellow{
    background-color: #ffff00ff!important;
}
.btn-yellow:hover{
    background-color: #e6e600!important
}
#pikminbosses {
    background-color: #ff0000ff!important;
  
}
#geniushour {
    background-color: cyan!important;
}
#captains {
    background-color: #c27ba0ff!important;
}
#pikmin {
   background-color: #9900ffff!important;  
}
#treasuresfruitsparts {
    background-color: #ffd966ff!important;
    font-size:60px!important;
}
.btn-big {
    border:8px solid black!important;
    height: 167px!important;  
    font-size:64px!important;
    border-top:4px solid black!important;
    font-weight:500!important;
    line-height: 140px!important;
}
#mainbuttonrow {
      background-image: url("/images/home_page_background.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 90000000000000000px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
    #pikmin_background {
            background-image: url("/images/pikmin_background.png"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 500px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
    }
    .smallimage {
        width:200px!important;
        height: 240px!important;
            background-color: white;
    border: 1px solid darkgrey;
        
    }
    .pikminrow {
            background-color: lightgray;
    border: 2px solid black;
    padding-top: 30px;
    padding-bottom: 30px;
    }

#pikminbossesrow {
       background-image: url("/images/pikminbosses_background_image.png"); /* The image used */
  background-color: #ffffff; /* Used if the image is unavailable */
  height: 9000px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}
#treasuresfruitspartsrow {
       background-image: url("/images/treasuresfruitspartsbackground.png"); /* The image used */
  background-color: #ffffff; /* Used if the image is unavailable */
  height: 1px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}
#pikmincaptainsrow {
       background-image: url("/images/pikmincaptainsbackground.jpg"); /* The image used */
  background-color: #ffffff; /* Used if the image is unavailable */
  height: 10000000000px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}


    
    
    
    
