body { 
    background-color:rgb(24, 24, 24);
    font-family: 'Ubuntu Mono', 'Courier New';
    font-size: 19px;
    background-image: url("images/spacebg.jpg");
    }
 
    p,h1,h2 {
        color: white;
        text-align: center;
    }
    h1 {
        
        background-color: dodgerblue;
        
    }
    h2 {
       
        background-color: dodgerblue;
        
    }

    
   a:visited {
    color: mediumpurple;
   }
     
    .column2 {
        float: left;
        width: 33.33%;
        padding:0%
    }
      img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 5%;
      }

    button.a {
        text-decoration: none;
    }

    iframe {
        display: block;
        margin-left: 0%;
        
    }

    .rbutton {
        background-color: lightcoral;
    }

    .gbutton {
        background-color: lightgreen;
    }

    .row2 {
       
        align-items: center;
        justify-content: center;
        
    }
   
   .orca {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-style: dashed;
    border-color: white;
    border-width: 5px;
   }

table, tr, td{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
}
    
#pagedoll {
    position: fixed;
    bottom: 10px;
    right: 0px;
  }
  
  #kyurdoll {
    position: fixed;
    bottom: 10px;
    left: auto;
  }

 .contain {
    display: flex;
 }

 .contain img {
    margin-right: 25px;
    margin-top: -25px;
 }

 .contain p {
    margin-right: auto;
    margin-left: -10px;
   
 }