* {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

html {
    scroll-behavior: smooth;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

body{
    background: linear-gradient(160deg, rgba(146, 161, 146, 0.199), rgba(163, 177, 163, 0.555), rgba(139, 155, 139, 0.671), rgba(91, 105, 91, 0.247));
}

.row {
    width: 100%;
}

.card {
    padding: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: gray 0 0 5px 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card p {
    padding: 2px 10px 0 10px;
}

.mynav {
    background-color: rgb(0, 82, 64);
    padding: 10px 0 10px 0;
}

.mynav_home {
    border-radius: 10px 10px 0 0;
    background-color: rgb(0, 32, 34);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.menu {
    width: auto;
    height: auto;
    background-color: rgb(0, 48, 49);
    border: 0;
    position: fixed;
    border-radius: 0 0 10px 0;
    font-size: 20px;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
}

/* headline */
.headline {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 32, 34);
    padding: 2% 5% 2% 3%;
    margin-bottom: 5%;
    border: solid rgb(0, 62, 63)2px;
    box-shadow: rgb(0, 83, 85) 4px 4px 5px 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* footer  */
.footer {
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgb(0, 48, 49);
    color: aliceblue;
    padding: 1% 0 .25% 0;
}

.footer .col-sm-4 .container a img {
    padding: 2%;
    margin: 2%;
    background-color: rgb(32, 0, 0);
    border-radius: 10px 0 10px;
    -webkit-border-radius: 10px 0 10px;
    -moz-border-radius: 10px 0 10px;
    -ms-border-radius: 10px 0 10px;
    -o-border-radius: 10px 0 10px;
}

.footer .row .col-sm-4 .container a img:hover {
    transform: scale(.80);
    transition: all .5s;
    -webkit-transform: scale(.80);
    -moz-transform: scale(.80);
    -ms-transform: scale(.80);
    -o-transform: scale(.80);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

/* copyright  */
.copyright {
    width: 100%;
    height: auto;
    color: aliceblue;
    background-color: rgb(0, 62, 63);
    padding: 1% 0 .25% 0;
    bottom: 0;
}

.top_back {
    float: right;
    margin-left: 75%;

}