@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300&display=swap");

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display:flex;
  justify-content: center;
  align-items: center;
}

.loader {
    display: inline-block;
    width: 160px;
    height: 15px;
    position: relative;
    border: 2px solid #000000;
    text-align: center;
    color: #000000;
    font-variant: normal;
    font-family: monospace;	
}

#image{
	font-size: 100%;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: block;
	width: 100%;
	height: auto;
}

.responsive {
  width: 100%;
  max-width: 470px;
  height: auto;
}
.text{
	font-size:  calc(0.45em + 0.1vw);
	font-family: 'Work Sans', sans-serif;
	color: #D4D4D4;
}

.text2 {
  margin-top: 60px;
  text-align: center;
  font-family: 'Work Sans', sans-serif;


}

a:link { color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration: none; }
a:hover { color:#2d2d2d; text-decoration: underline; }
a:active { color:#000000; text-decoration: none; }
