body {
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    background-color:#f6c375;
    color:#871425;
}

img {
    height: 50vw;
    width: 50vw;
    text-align: center;
    padding: 10px;
    border-radius: 32px;
}

a:link, a:visited, a:hover, a:active {
    color:#871425;
    text-decoration: none;
}
