body {
    background-color: black;
    background-image: url('background1.png');
    background-size: cover;
    background-position: center;
    color: black;
}

.h1 {
    display: block;
    flex-direction: center;
    text-align: center;
    text-decoration: none;
    text-align:  white;
    font-size: 70px;
    
}

.text1 {
    display: block;
    flex-direction: center;
    text-align: center;
    text-decoration: none;
    text-align:  white;
    font-size: 50px;
    
}


.text2 {
    display: block;
    flex-direction: center;
    text-align: center;
    text-decoration: none;
    color: black;
    text-align:  white;
    font-size: 50px;
    transition : 0.3s;
}

.text2:hover {
    color: blue;
    font-size: 55px;
    transition : 0.3s;
}


.footer-text {
    text-align: center;
    color: black;
    font-size: 34px;
    margin-top: 20px;
}