a {
    text-decoration: none;
    color: #aeb850;
    font-weight: bolder;
}

h1 {
    margin: 0;
}

.download_frame {
    width: 50vw;

    margin: auto;
    margin-top: 20px;

    border: 1px solid #777777;
    border-radius: 30px;

    padding: 10px;

    background-color: rgba(0, 0, 0, 0.7);

    color: white;
}

.flex_download {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.megaman {
    width: 33%;

    margin-right: 20px;
}

.megaman img {
    width: 100%;
}

.download_body a {
    text-decoration: none;
    color: #aeb850;
}

.download_body a:hover {
    text-decoration: underline;
}



@media only screen and (max-width: 1700px) {
    .download_frame {
        width: 70vw;
    }

    .megaman {
        width: 40%;
    }
}

@media only screen and (max-width: 1280px) {
    .download_frame {
        width: 80vw;
    }

    .megaman {
        width: 40%;
    }
}

@media only screen and (max-width: 1000px) {
    .megaman {
        display: none;
    }
}