body {
    background-image: url(../img/v627-aew-01-technologybackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.tv-screen {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tv-image {
    max-width: 700px; /* Adjust the size of the TV image */
    width: 120%;
    height: auto;
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.logo {
    max-width: 120%;
    margin-left: -30px ;
    margin-bottom: -40px;
}

h1 {
    font-size: 32px;
    color: #bf1a26;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

@media (max-width:768px){
    h1 {
    font-size: 25px;
    color: #bf1a26;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 70%);
}
.logo {
    max-width: 160%;
    margin-left: -55px;
    margin-bottom: -70px;
}
.tv-image {
    max-width: 700px; /* Adjust the size of the TV image */
    width: 100%;
    height: auto;
}
}