/* CSS Document */
body {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.more {
    position: relative;
    text-align: right;
    bottom: 1rem;
    right: 1rem;
}
.cardlist {
    list-style-type: none
}

@media only screen and (max-width: 800px) {
#headerdes {
    display: none;
}
#logo {
    margin-left: 0!important;
	margin-top: 0!important;
	line-height: 3rem;
}
}
