body{
    background-color: #1D5A8B;
}
.container {
    width: max-content;
    background: white;
    height: max-content;
    margin: auto;
    box-shadow:0 5px 8px rgba(0,0,0,0.6)
}
h1{
     font-family: "Pathway Gothic One", serif;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-weight: 400;
    font-style: normal;     
    font-size: 30px;
    color: #121111;
    margin: 20px 0;
}
.pane-content{
    font-family: Arial, Georgia, "Times New Roman", Times, Serif;
    font-size: 13px;
    margin-left: 30px;
}
.art-footer {
    background-color: black;
    height: 102px;
    padding: 21px;
    margin-right: 30px;
    margin-top: 75px;
}
hr{
    height: 1px;
    overflow: Hidden;
    border: 0;
    border-bottom: 1px solid #00a0c2;
    display: block;
}
.title{
    font-family: 'Pathway Gothic One', Helvetica, Arial, Serif;
    font-size: 20px;
    color: #fff;
    margin: 5px 0;
}
p{
    color: #FFFFFF;
    font-family: 'Pathway Gothic One', Helvetica, Arial, Serif;
    /* padding: 20px; */
    font-size: 15px;
}
#fix{
    color: white;
    text-decoration: none;
}
#fix:hover{
    text-decoration: underline;
    /* color: green; */
}
a {
    color: #1F5F93;
}
element.style {
    display: inline-block;
    padding-top: 30px;
}


@media (max-width: 768px) {
    body {
        background-color: #1D5A8B;
        margin: 0;
        padding: 0;
    }
    .container {
        width: 100%;
        padding: 10px; 
        margin: 0 auto;
        box-sizing: border-box;
    }
    h1 {
        font-size: 18px; 
        text-align: center; 
        margin: 10px 0;
    }
    .pane-content {
        font-size: 12px; 
        margin-left: 10px; 
        margin-right: 10px;
    }
    .art-footer {
        height: auto; 
        padding: 15px;
        text-align: center; 
        margin-left: 20px;
    }
    .art-footer p {
        font-size: 12px; 
        padding: 10px;
    }
    .title {
        font-size: 18px; 
    }
    #fix {
        font-size: 12px; 
    }
    img {
        max-width: 100%; 
        height: auto; 
    }
}




