@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@200&family=Nunito+Sans:opsz,wght@6..12,200&display=swap');

h1 {
    font-family: Kodchasan;
    font-size: 48px;
    text-align: center;
    }

h2{
    font-family: Nunito Sans;
    font-size: 32px;
    }

.mentions{
        padding-left: 10%;
        padding-right: 10%;
        display: block;
        }

        @media only screen
        and (max-device-width: 400px)
        and (orientation: portrait) 
        {
            h1 {
                font-size: 24px;
                }
            
            h2{
                font-size: 16px;
                }
        }
        
        
            