@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Judson&display=swap');
body{
background-color: black;
}
h1{

  font-size: 36px;
  font-family: 'Calistoga', cursive;
}
p,a{

font-size: 14px;
font-family: 'Judson', serif;
}
a{
  color: blue;
}
.contenedor{
  background-color: white;
  margin:30px 20px;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid blue;
  width: 70%;

}
