@import url("fonts.css");

body {
  margin-left: 25%;
  margin-right: 25%;
  font-family: "VCR", sans-serif;
}

.banner {
  border-radius: 20px;  
  width: 100%;
  height: 150px;
  object-fit: cover;
}