/* style.css */

body {
  color: black;
  background-image: url("../images/stripe.png");
  background-size: cover;

  font-family: "Sirivennela", sans-serif;
  font-weight: 400;
  font-style: normal;

  text-align: center;}

a {
  color: black;
  margin: 10px;
  text-decoration: none;}

iframe {
  margin: 15px;}