body{
  body {
    background-image: url("img/backroom 2.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: sans-serif;
    text-align: center;
}

.fullscreen-bg {
    position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/backroom 2.jpg') center/cover no-repeat;
    z-index: -1;
}

.btn {
    padding: 15px 30px;
    font-size: 18px;
    border: none;
    background-color: #333;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
   
}

.btn:hover {
    background-color: #960d41;
}

.text {
    font-size: 16px;
    max-width: 80%;
}