* { 
    font-family: Lucida Console; 
}

body {
  background-color: rgb(209, 119, 203); 
}

  a:hover {
    color: rgb(197, 190, 245);
}


iframe {
    border-style: solid;
    border-block: 10px solid rgb(192, 50, 165);
    border-radius: 20px !important; 
}

img {
  border-style: solid;
  border-block: 10px solid rgb(192, 50, 165);
  border-radius: 20px !important; 
}

     