p {
    font-size: 20px;
    color: rgb(196, 192, 206); /* lo */
    font-family: Verdana;
    text-shadow: #5f065093;
    
    
}

h1 {
    font-size: 35px;
    color:#f50bceaf;
    font-family: Verdana; 
    text-indent: 0ch;
   text-decoration: underline;

}

body {
    background-color: rgb(54, 53, 53);
}

root {
    background-color: rgb(104, 49, 49);
    display: grid;
}

button {
    color:  rgb(54, 134, 110);
font-size: 40px;
}

img  {
    width: 200px; 
     
}
    
h2{
    font-size: 20px;
    color: #ebeaee; 
    font-family: Verdana;
}

h3{
 text-align: left;
text-decoration: underline;
word-spacing: normal;
text-shadow: #6b105c8e;
 
}

h5{
background-color: rgba(34, 32, 146, 0.521) ;
border-radius: 25px;
font-size: 20px;
font-family: Verdana;
color: white;

}

button{
    background-color: #333232;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    
  }

  h7{
font-size: 14px;
text-align: start;
color: #580a4b;

  }

button {
color: aliceblue;

}