*,
*::before,
*::after {
    font-family: 'Times New Roman', Times, Arial, serif sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
}

body {
    width: 100%;
    background-color: #0d1016;
    background-image: url("images/pinupfon.jpg");
    background-repeat: no-repeat repeat-y;
    background-position: center;
    background-size: cover;
    text-rendering: optimizeSpeed;
    min-height: 100vh;
    scroll-behavior: smooth;
}
.nav_menu {
  width: 90%;
  margin: 10px auto;
}

.nav_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.nav_menu li {
  list-style: none;
}

.nav_menu a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}
        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }
   
        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }
 
        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

body,
html {
    padding: 0;
    height: 100%;
    margin: 0;
}

header {
    background-color: #3a3a3a;
    height: auto;
    display: flex;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

footer {
    background-color: #424242;
    height: 70px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 20px;
}

img {
    border-style: none;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    position: relative;
    border: #0d1016 5px solid;
    margin: 0 auto;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 40px;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
}

h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.middle-text {
    text-align: center;
}

ul,
ol,
li {
    text-align: left;
}

ul[class],
ol[class] {
    padding: 0;
    list-style: none;
}

.pin-up-body {
    max-width: 1200px;
    padding-top: 5px;
    background-color: #262634;
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}

.pin-up-table {
    border: 5px solid #787878;
    background-color: #424242;
    border-radius: 15px;
    padding: 5px;
    display: inline-flex;
    max-width: 1000px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.pin-up-table tr td {
    border: 5px solid #787878;
    background-color: #424242;
    border-radius: 15px;
    padding: 5px;
}

.logo a {
    border: 0;
    display: block;
    float: left;
    margin-bottom: 0px;
    padding: 30px;
    font-size: 24px;
}

table {
            font-family: Arial, Helvetica, sans-serif;
            border-collapse: collapse;
            width: 100%;
            margin: 30px 0;
        }

         td, th {
            border: 1px solid #ddd;
            padding: 8px;
        }

        tr:hover {
            background-color: #969696;
        }

        th {
            padding-top: 12px;
            padding-bottom: 12px;
            text-align: left;
            background-color: #04AA6D;
            color: white;
        }

.pin-up-btn1 {
    border: 0px;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
    margin-top: 15px;
    height: 50px;
    width: 70px;
    background-color: #24ba9d;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
}

.pin-up-btn2 {
    border: 0px;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
    margin-top: 15px;
    height: 50px;
    width: 105px;
    background-color: #dc1f00;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
}

.btn {
    padding-top: 12px;
    display: block;
    height: 100%;
    font-size: larger;
    font-weight: bold;
}

.link {
    text-decoration: none;

}

.btn:hover {
    border: 0px;
    border-radius: 5px;
    background-color: rgb(255, 140, 0);
}

.flag {
    display: block;
    max-width: 40px;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}

.flag img {
    border-radius: 5px;
}

.pin-up-developers img {
    border-radius: 0px;
    border: 1px;
}

.pin-up-partners img {
    border-radius: 0px;
    border: 1px;
}

.pin-up-navigation {
    margin-left: 30px;
}

.pin-up-content {
    margin: 0 30px 0 30px;
    word-wrap: break-word;
}

.pin-up-bunner {
    margin-left: 30px;
    margin-right: 30px;
}

.pin-up-bunner img {
    border-radius: 15px;
    max-height: 300px;
    margin-bottom: 10px;

}

img {
    border-radius: 20px;
}

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);