
* {
    margin: 0;
    padding: 0;
}
.py-5-gr{
    padding-top: 6rem!important;
    padding-bottom: 6rem!important;
}
.px-5-gr{
    padding-left: 7rem!important;
    padding-right: 7rem!important;
}
.pt-5-gr{
    padding-top: 6rem!important;
}
.small-logo{
    max-width: 70%;
}
.article-info{
    background-image: url(../images/head2.png);
    background-repeat: no-repeat;
    color: white;
}
body{
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: space-between;
    height: 100vh;
}
.main-info{
    color: black;
    font-size: small;
}
header a{
    text-decoration: none;
    color: black;
    font-size: small;
}
.kplus{
    color: var(--bs-white);
    background-image: url(../images/head1.png);
    background-repeat: no-repeat;
    background-size: 120%;
}
.kplus span{
    font-family: monospace;
    font-size: x-large;
    font-weight:bold;
}
footer{
    background-color: var(--bs-orange);
}
.footnote{
    font-style: normal;
}
footer address{
    font-style: normal;
    color:var(--bs-white);
    margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 880px) {
	.kplus {
        width: 100%;
    }
    .kplus span{
        color: black;
        width: 100%;
    }
    .map{
        display: none;
    }
}