* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

.live {
    height: 100vh;
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url("bg.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    color: #fff;
}

.live h1 {
    padding-bottom: 15px;
}

@media (max-width: 768px) {
    h1 {
        padding: 0 20px;
        padding-bottom: 15px;
        font-size: 20px;
    }
    h2 {
        padding-bottom: 15px;
        font-size: 17px;
    }
}