html {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
}

#bg {
  /* The image used */
  /*position: relative;*/
  background-image: url("squared_banner.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}

#logo {
	position: absolute;
	top: -10px;
	left: 20px;
    color:white;
	font-size: 200%;
	font-family: Sans-serif;
}

#log_in {
	position: absolute;
	top: 20px;
	right: 20px;
	color: red;
	background-color: white;
	width: 100px;
	height: 40px;
	/*background-image: linear-gradient(45deg, rgb(253, 38, 122), rgb(255, 96, 54));*/
	border-radius: 10px;
	border-width: 0px;
	cursor: pointer;
	font-family: Sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
	font-weight: 900;
}


.social_media_button{
	width:352px;
	height:54px;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

#tagline {
    color:white;
	font-size: 500%;
	font-family: Sans-serif;
}

#create_account {
	color: white;
	width: 260px;
	height: 55px;
	background-image: linear-gradient(45deg, rgb(253, 38, 122), rgb(255, 96, 54));
	border-radius: 100px;
	border-width: 0px;
	cursor: pointer;
	font-family: Sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  height: 500px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .3s;
  animation-name: animatetop;
  animation-duration: .3s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {transform:scale(0); opacity:0}
  to {transform:scale(1); opacity:1}
}

@keyframes animatetop {
  from {transform:scale(0); opacity:0}
  to {transform:scale(1); opacity:1}
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#modal_label {
	color: rgb(33, 38, 46);
	cursor: default;
	display: block;
	font-family: ProximaNova, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, Helvetica, Arial, "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Twemoji Mozilla", "Noto Color Emoji", "EmojiOne Color", "Android Emoji";
	font-size: 24px;
	font-style: italic;
	font-weight: 800;
	height: 31.5px;
	line-height: 31.5px;
	margin-block-end: 16px;
	margin-block-start: 20px;
	margin-bottom: 16px;
	margin-inline-end: 0px;
	margin-inline-start: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	overflow-wrap: break-word;
	text-align: center;
	text-rendering: optimizelegibility;
	text-size-adjust: 100%;
	text-transform: uppercase;
	user-select: none;
	width: 352px;
	-webkit-box-direction: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#how_it_works {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	margin: 40px;
}
#how_it_works_list {
	display: flex;
}
.how_it_works_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
}
.icon_color {
	color:rgb(18, 187, 173)
}
* {
	outline: 0px solid red;
}
.font {
	color: rgb(80, 80, 80);
	font-size: 20px;
	font-family: 'PT Sans';
}
.footer{
	border-top-width: 1px;
	border-top-color: rgb(212, 216, 222);
	border-top-style: solid;
	width: 1296px;
	text-align:center;
	margin:auto;
}
