
* {
    box-sizing: border-box;
}
body {
    background: rgb(219, 217, 217);
    background-image: url(../images/map-of-the-world-2401458_1920_copy.jpg);
    background-repeat:  no-repeat;
    background-position:  center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#myjumbotron {
    width: 100%;
    padding: 0 0 25px 0;
    text-align: center;
    background: transparent;
}

section {
    min-height: calc(100vh - 70px);
    justify-content: space-evenly;
    text-align: center;
    width:100%;
}

.mybtngrp {
    display: inline-block;
}

.abcbutton {
    margin: 4px 6px;
    border: 3px solid silver;
}

.mybutton {
    margin: 0 10px;
    width: 25px;
    height: 25px;
}

.mybadge {
    border-radius: 0;
    margin-top: 10px;
    font-size: 16px;
    border: 2px solid silver;
}

.resetbutton {
    background: rgb(94, 93, 93);
    color: white;
}
.myspan {
    padding-top: 10px;
}

.answer-p {
    font-size: 16px;
}

.my-footer {
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #fff;
    color: #ccc;
    line-height: 60px;
    background-color: darkgray;
    border-top: 8px solid rgb(62, 62, 92);
}