/* Are you looking for something? -ASE */

body {
  background-color: #d3d3d3;
  color: #4c4c4c;
  font-family: sans-serif;
}

@supports (-webkit-text-stroke: 1px black) {
  h1 {
    -webkit-text-stroke: 2px #3f3f3f;
    -webkit-text-fill-color: #4c4c4c;
  }
}

.button {
color: #4c4c4c;
background: #b5b5b5;
font-size: 40px;
}

.button1 {
color: #4c4c4c;
background: #b5b5b5;
font-size: 20px;
}
.lm {
margin-left: 10px;
}

.p1 {
color: #4c4c4c;
font-size: 20px;
}

.p2 {
color: #4c4c4c;
font-size: 17px;
}


.br1 {
  margin: 1em;
}

br {
  margin: 5px;
}  

ul {
 font-size: 17px;
}

a {
  text-decoration: none;
}

.a1 {
  text-decoration: underline;
  color: #4c4c4c;
}

.b1{
  font-weight: normal;
}











