* {
  margin: 0;
  padding: 0;
  }
  
.container {
   display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    flex-direction: column;
  }
  
.blood {
  background-image:
  url("background_images/blood.gif");
background-size: cover;
  }
  
  
h1{
    font-family: "Heavitas";
    font-size: 100px;
    letter-spacing: 0.2rem;
    color: #BC002D;
}

p {
    font-family: "BD";
}

button{
    width: 150px;
    font-family: "Heavitas";
    background-color: #BC002D;
    color: #ffffff;
    margin-top: 10px;
    border-radius: 20px;
}

@font-face {
  font-family: "Heavitas";
  src:
    local("Font"),
    url("Fonts/Heavitas.ttf"),
}

@font-face {
  font-family: "BD";
  src:
    local("Font"),
    url("Fonts/BaksoSapi.otf"),
}
