.bg-image {
  background-image: url('gcrea-arkaplan.jpg');  
  background-size: cover;
  background-position: center;
  height: 93vh;
  position: relative;
}

.text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;  
}

.text-center a {
  color: inherit;
  text-decoration: none;
}

.text-center a:hover {
  color: #be1e2d;  
}

.red-line {
  display: block;
  margin: 0 auto;
  width: 400px;  
  height: 1px;  
  background-color: #be1e2d;  
}

footer {
  background-color: #be1e2d; 
  color: white;  
  text-align: center;  
  padding: 20px 0;  
}

.f32 {
  font-size: 32px;
}

.f24 {
  font-size: 24px;
  padding-top: 10px;
}

.pt40{
    padding-top:40px; 
}

@media screen and (max-width: 430px) {
    .f32 {
        font-size: 28px;
    }
    
    .f24 {
        font-size: 20px;
       
    }
}