body {
    background-color: #F1F0FF;
  }
  
  h1 {
      text-align: center;
      border-bottom: 5px solid black;
      background-color: #C3C3E5;
  }
  
  img {
      
      border: 5px solid black;
      margin-right: 60px;
  }
  
  ul {
  
  }
  
  li {
  
  }
  
  p {
    
  }
  
  #header {
    
  }
  
  #content{
    
  }
  
  #text {
    padding-left: 5%;
    padding-right: 5%;
    text-indent: 40px;
    
  }
  
  #text p {
    border-style: dashed;
    box-shadow: 2px 2px 5px black;
    background-color:  #C3C3E5;
    padding-left: 10px; ;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 4px;
    
  }
  
  #text p:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color:darkgrey;
    
  }
  
  #text p:last-child {
  background-color:  #C3C3E5;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  }
  
  #menu {
    text-align: center;
    
    
  }
  
  #menu a{
    text-decoration: none;
    background-image: linear-gradient(currentColor, red);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    
    transition: background-size .3s;
  }
  
  #menu li{
    border-left: 5px solid red;
    display: inline-block;
  }
  
  #menu li a:hover{
    background-size: 100% 2px;
    
  }
  
  #footer{
    text-align: center;
    border-top: 5px solid black;
    background-color:#443266;
    color: white;
  }
  
  #footer a{
    color:#F1F0FF;
    
  }
  
  #footer a:hover{
  
  }
  #image {
  text-align: right;
  margin-right: 60px;
  }
  
  @media all and (max-width: 500px) {
  img {border:red 5px solid;
    
  }
  image{
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  }