@import url('https://fonts.googleapis.com/css2?family=Elms+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {  
  background-image: url("images/background2-edit.jpg");
  background-size: 5%;
  background-color: #430000;
    color: #b30000;
  }
  p {
    font-size: 33px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
  }
  h1 {
    font-size: 50px;
    color: #b30000;
    background-color: rgb(255, 255, 255);
    display: inline-block;
  }
  a {
    color:#b30000;
    text-decoration:none;
    font-size: 25px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
  } 
  a:hover{
    color:#6e00b3;
    background-color: rgb(145, 145, 145)
  }
  ul{
    list-style-type: circle;
  }
  body{
  font-family: "Elms Sans", sans-serif;
}
label{
font-size: 30px;
background-color: rgb(255, 255, 255);
display: inline-block;
}

    