@charset "UTF-8";

body {
    font-family:"MS Pゴシック",sans-serif;
    text-align: center;
    background-color: black;
    color: white;
}

img {
    max-width: 100%;
    height: auto;
}

div {
    margin-top: 50px;
}

a {
    color: yellow;
}
a:hover {
    color: red;
}