body{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-color: pink;
    
}

h1[id=Title]{
    background-image: url(banner.jpg);
    height: 25vh;
    background-color: pink;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 30px;
    font-family: cursive;
}

body{
    margin: 50px 50px 0 50px;
    display: flex;
    flex-direction: column;
}





h2[id=About]{
    text-align: center;
}

hr{
    color: blue; 
}

@media (max-width: 680px) {
    h1{
        font-size: 3.5rem;
        text-align: center;
    }
}