* {
    margin: 0;
    padding: 0;
}

.red {
    color: #c0003a;
}

p {
    font-size: 20px;
    margin: 10px 10px;
}

.container {
    padding: 5px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.img {
    width: 100%;

    img {
        display: block;
        width: 100%;
    }
}

.btn-box {
    position: fixed;
    width: 700px;

    img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    bottom: 0;
}

.footer {

    .a-box {
        display: flex;
        justify-content: space-evenly;
        margin-top: 20px;

        a {
            color: #979797;
        }
    }

    .copy {
        text-align: center;
        margin-top: 30px;
        font-size: 18px;
    }
}


.h {
    height: 150px;
}

@media (max-width: 700px) {
    .btn-box {
        width: 100%;
    }

    .h {
        height: 80px;
    }
}