body {
    background-image: url(wp12407167-dark-nature-4k-wallpapers.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

div {
    border: 2px solid white;
    border-radius: 25px;
    backdrop-filter: blur(9px);
    background-color: rgba(0, 0, 0, 0.5);
    font-size: large;
    width: 60%;
    position: absolute;
    width: 600px;
    height: 500px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -300px;
}

.country {
    display: table-cell;
    vertical-align: bottom;
    height: 300px;
    width: 100px;
}

.github {
    display: table-cell;
    vertical-align: bottom;
    height: 100px;
    width: 100px;
    position: relative;
    top: -250px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    color: rgb(45, 45, 148);
}

::selection {
    background-color: rgb(45, 45, 148);
    color: white;
}

.darkmode {
    position: absolute;
    width: 600px;
    height: 100px;
    z-index: 15;
    top: 140%;
    left: 50%;
    margin: -250px 0 0 -300px;
}