@import url('https://fonts.googleapis.com/css2?family=Grandstander:wght@700&display=swap');

@media screen and (max-width: 1000px) , screen and (max-height: 600px){
    .container{
        display:none;
    }
    .screenMobile{
        display: none;
    }
    .planContainer{
        display: none;
    }
    .alert{
        width: 100%;
        height: 100vh;
        position: fixed;
        display: block;
    }
    .alert p{
        margin-top: 50vh;
        font-family: 'Grandstander', cursive;
        font-size: 25px;
        position: relative;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: 35px;
    }
    .alert p span{
        transform: rotate(45deg);
        color: red;
    }
    .mediaQueryH1{
        position: fixed;
        width: 280px;
        top: 30vh;
        left: calc(50% - 140px);
        font-size: 50px;
        font-family: 'Grandstander', cursive;
        /* font-family: 'Fredoka One', cursive; */
        z-index: 100;
    }
    .mediaQueryH1 span{
        border: 2px solid black;
        padding: 10px 5px 0px 5px;
        margin-left: 4px;
        border-radius: 6px;
        color: green;
    }
    .mediaQueryH1::after{
        position: absolute;
        content: "TM";
        font-size: 20px;
        margin-left: 5px;
    }
    #seeButton{
        position: relative;
        left: calc(50% - 100px);
        font-size: 17px;
        top: 0px;
    }
}

@media screen and (max-width: 500px){
    a{
        display: none;
    }
}