
body{
    
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    
}

#header{
    width: 50%;
    text-align: center;
    overflow: hidden;
    font-size: 40px;
    margin: 20px auto;
    background-color: pink;
    border-radius: 25px;
    
}

#about{
    width: 50%;
    text-align: center;
    margin: 25px auto;



}



#footer
{
    
    
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
}

a{

        color: rgb(241, 7, 241);
}

a:hover{
        color: pink;
}


@media (max-width: 768px) {

    #header {
        width: 90%;
        font-size: 28px;
        border-radius: 25px;
    }

    #about {
        width: 90%;
        font-size: 16px;
    }

    #about img {
        width: 100%;
        max-width: 250px;
        height: auto;
    }

    #footer {
        margin-top: 60px;
    }
}



