@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');

.main_nav {
   overflow: hidden;
   background-color: #14A1D6;
   text-align: center;
   padding: 16px;
   text-transform: uppercase;
   font-weight: 500;
}

.main_nav a {
   color: white;
   text-align: center;
   padding: 12px 14px;
   text-decoration: none;
   font-size: 16px;
   width: 100%;
}

.main_nav a:hover {
   background-color: #1398CA;
   color: white;
}

body {
   font-family: 'Open Sans', sans-serif;
   margin: 0;
   padding: 0px 10px 0px 10px;
   box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 700px;
   background: #FFF;
}

section {
   width: 500px;
   height: 700px;
   text-align: center;
}

.ad_copy {
   width: 100%;
   overflow: hidden;
   color: black;
   margin-top: 10px;
   line-height: 1.5;
   font-size: 18px;
   font-weight: 400;
}

.refs {
   width: 100%;
   margin-top: 20px;
   overflow: hidden;
   display: flex;
   justify-content: space-between;
}

.order_1 {
   width: 48%;
}

.site_visit {
   width: 48%;
}

.order_1 a {
   display: block;
   padding: 10px 0px;
   text-decoration: none;
   background: #14A1D6;
   color: white;
   border-radius: 5px;
   text-transform: uppercase;
}

.order_1 a:hover {
   background: #1398CA;
}

.site_visit a {
   display: block;
   padding: 10px 0px;
   text-decoration: none;
   background: #BECE1C;
   color: white;
   border-radius: 5px;
   text-transform: uppercase;
}

.site_visit a:hover {
   background: #B7C61B;
}

.policy_copy {
   margin-top: 25px;
   text-align: center;
   font-size: 17px;
   padding-bottom: 25px;
}

.policy_copy a {
   color: #000;
}