body {
    background-color: slateblue;
    font-family: Arial, sans-serif;
    color: blanchedalmond;
    text-align: center;
  }
  
  a {
    display: block;
    text-align: center;
    background-color: blanchedalmond;
    color: slateblue;
    font-size: 20px;
    border-radius: 10px;
    margin: 10px;
    padding:10px;
  }
  
  img {
    border-radius: 60px;
  }
  
  h2{
    font-size: 18px;
  }