@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap');

h1 {
    color: red;
    font-size: 50px;
    font-family: Special Gothic Expanded One, sans-serif;
}

body{
  background-image: url("images/picture3.png");
}

.poga {
  display: inline-block;
  vertical-align: middle;
    display: inline-flex;      
  align-items: center;      
  justify-content: center;
  text-align: center;
font-size:15px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:#fff;
  border-color:rgba(133, 7, 23, 1);
  font-weight:bold;
  border-top-left-radius:28px;
  border-top-right-radius:28px;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
  text-shadow: 1px 1px 0px rgba(77, 75, 76, 1);
  background:rgba(202, 6, 30, 1);

}

.poga:hover {
      background: rgba(228, 76, 95, 1)

}

.box {
  background: #9c9c9c;
  padding: 20px;
  margin-top: 20px;
}