@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body{
    background-image: url('/background.jpg');
    background-size: cover;

}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:60px;
  color:white
}

.verdict{
    position:fixed;
    background-color: red;
    border-radius: 5%;
    text-align: center;
    padding-bottom: 2%;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}