
img{
    width: 100%;
}

a{
    text-decoration:none;
    color: white;
}

header{
    width: 100%;
    padding: 20px 30px;
    background-image: url(/assets/img/pan3.jpg);
    background-size: 100vw 100%; 
}

.container{
    width: 70vw;
    min-width: 576px;
    max-width: 1200px;
    margin: 0px auto;
    font-family: Courier;
    font-family: cursive;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.hello{
    font-size: 39px;
    font-family: cursive;   
}

