/*-- media queries--*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500&display=swap");
body, html {
  margin: 0px;
  padding: 0px;
  background-color: #02575E;
  background: url(../images/back.jpg) no-repeat center center fixed;
  background-size: cover;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: 'Poppins', sans-serif;
}

.logo img {
  margin-top: 65px;
  width: 60%;
  margin-left: 20%;
}

.under_construction h1 {
  margin-top: 2.5rem;
  color: #fff;
  float: left;
  width: 100%;
}

.slogan h3 {
  margin-top: 1.3rem;
  color: #fff;
  float: left;
  width: 100%;
}

.copy small {
  margin-top: 2.5rem;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
/*# sourceMappingURL=styles.css.map */