body{

    
    text-align: center;
    background-color: white;
    color: cadetblue;
    font-size: 2vh;



    pointer-events: auto !important;
    background-size: 100% !important;
    opacity: 0.90 !important;
    background-position: 0 0 !important;
   background-color: black;
    content: '';
    position: absolute;;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    }
    
    header a{

        text-decoration: none;
        color: white;
        font-size: 4vh;
    }

    text{
        text-align: center;
        color: cadetblue;
        font-size: 2vh;
    }

    a:hover{
        background-color: #a2c7f5;
        font-size: larger;
    }

    img {

        width: 50vh;
        height: 30vw;
    }
