*{
    padding: 0;
    margin: 0;
}
body{
    text-align: center;
    background-color: aliceblue;
}
.container{
    background-color: white;
    margin-left: 30%;
    margin-right: 30%;
    border: 2px solid green;
    border-radius: 10px;
    margin-top: 50px;
}
.notice-head{
    background-color: rgb(14, 119, 224);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.head-p{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-top: -8px;
    padding-bottom: 17px;
}
.notice-h4{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 800;
    text-shadow: 1px 1px black;
}
.notice-middle{
    margin-top: 20px;
}
.middle-img{
    max-height: 140px;
    margin-bottom: 20px;
}
.middle-h5{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.middle-p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    margin-bottom: 20px;
}
hr{
    margin-left: 10%;
    margin-right: 10%;
}
.notice-bottom{
    margin-top: 20px;
    margin-bottom: 15px;
}
.amt{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.35rem;
}
.name{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.35rem;
    margin-top: 10px;
}
span{
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
    color: #ffaa00;
}
.out{
    margin-top: 20px;
}
.out1{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(125, 126, 126);
    margin-bottom: 10px;
}
.out2{
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(125, 126, 126);
    margin-bottom: 10px;
}






@media screen and (max-width: 600px) {
    

    .container{
        background-color: white;
        margin-left: 1%;
        margin-right: 1%;
        border: 2px solid green;
        border-radius: 10px;
        margin-top: 50px;
    }
    .out1{
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(125, 126, 126);
        margin-bottom: 10px;
        font-size: 0.8rem;
    }
    .out2{
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(125, 126, 126);
        margin-bottom: 10px;
        font-size: 0.7rem;
        font-weight: 600;
    }
}