body #buorg {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.9);
    border: none;
}

body .buorg-pad {
    background: #032C3C;
    padding: 5%;
    max-width: 800px;
    margin: auto;
color: #fff;
margin-left: calc(50% - 400px);
}

body .buorg-mainmsg {
font-size: 23px;
font-family: 'Josefin Sans SemiBold', sans-serif;
    text-transform: uppercase;
}

body .buorg-moremsg {
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 7px;
}

body #buorgul {
    background: #032C3C;
    color: #E1C872;
    border-color: #E1C872;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid;
font-family: 'Josefin Sans SemiBold', sans-serif;
text-transform: uppercase;
}
body #buorgul:hover {
    background: #E1C872;
    color: #032C3C;
    border-color: #E1C872;
}

body #buorgig, body #buorgpermanent {
    background: #032C3C;
    color: #E1C872;
    border-color: #E1C872;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 2px solid;
font-family: \\\"Josefin Sans SemiBold\\\", sans-serif;
text-transform: uppercase;
}

body .buorg-moremsg {
content: To get the best possible experience using our website we recommend that you upgrade to a newer version or other web browser.\\\";
}

@media (max-width: 800px) {
body .buorg-pad {
width: 100%;
margin-left: 0;
}
}

@media (max-width: 700px) {
.buorg div {
    padding: 5%; 
}
}