@charset "UTF-8";

.div1 {
    overflow: hidden;

    height: 300px;
    width: 100%;
    color: #0095eb;
    border-bottom: 5px solid #A67D0D;

    animation: fadeInDown;
    animation-duration: 1s;
}

.div2 {
    height: 300px;
    width: 100%;
}