/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  
  background-image: linear-gradient(to bottom, RGB(124 158 214),RGB(239 151 155)); 
  background-repeat: no-repeat;
  background-attachment: fixed; 

  color: black;
  font-family: Verdana;
}






.maintext{
  width: 750px;
  border-style: inset;
  border-width: 7px;
  border-radius: 4px;
  padding: 20px;
  
  margin-left: 20%;
  
  font-family: "press Start 2P", "comic-sans";
  background-color: RGB(239 190 151);
  color: RGB(124 158 214);
  }

#iconicentrancefrase{
    font-weight: bold;
    font-style: italic;
    font-size: 24px;
    }
#title{
  border-bottom-width: 30px;
  }

#nyamCat{
  position: absolute;
  
  bottom: 2%;
  right: 5%;
  }
  
#name{
  position: absolute;
  
  bottom:0.25%;
  right:10%;
  
  font-family: "comic-sans";
  color: RGB(124 158 214);
  font-style: italic;
  }
  
#homepglink{
  position:absolute;
  bottom: 5%;
  
  left:50%
  }
  
  #taxi{
    font-size:12px;
    }


.menu{
  position:relative;
  left:2%;
  
  padding: 10px;
  
  border-right: 1px;
  border-style: dotted;
}