#logo {
    position: absolute;
    z-index: 4;
    height: 84px;
    width: 84px;
    padding-left: 400px;
    padding-top: 56px;
}

h1 {
    position: absolute;
    color: blue;
    padding-left: 500px;
    text-align: center;
    word-spacing: 10px;
    font-size: 80px;
    font-weight: 1000; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    z-index: 3;
}

.buttons-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  
  display: flex;
  gap: 20px; 
}

.btns {
  padding: 12px 24px;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.2s;
}

.btns:hover {
  transform: scale(1.05);
}

.anitease {
    background-color: #121212;
    color: red;
    font-weight: 500px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pp {
    background-color: #007bc7;
    color: rgb(40, 172, 0);
    font-weight: 500px;
    font-size: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#four {
    color: limegreen;
}

#kun {
    color: rgb(2, 213, 213);
}

#agency {
    color: black;
}

#bg {
      position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}