
 body {
    font-family: Arial, sans-serif;
    margin: 0;
    height: 100vh;
    display: grid;
    place-items: center;
    background: #0f0f0f;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
}


        .container {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
}



        h1 {
            font-size: 40px;
            margin-bottom: 10px;
            margin-right: 10px
        }

        h2 {
            margin-right: 10px;
        }
        p {
            font-size: 18px;
            color: #cccccc;
        }
        a {
            color: #ffffff;
            text-decoration: none;
        }
        a:hover {
            text-decoration: underline;
            color:rgb(231, 206, 255);
        }

        #exp {
            font-size:27px;
        }



@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px){
    h1{
        font-size: 80px;
    }
}