body {
    background: url(/image/background-paint.png) 100% 100% no-repeat;
    background-size: cover;
}

.logo {
    width: 100%;
    height: auto;
}

a {
    color: black;
}

a:hover {
    color: #E83123;
}