@charset "utf-8";
/* CSS Document */
body {
	background: #333333;
}
.asw-title{
  font-family: "Gabarito", sans-serif;
font-size: 66px;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: dimgray;
  text-transform: uppercase;
}
.leavenotrace{
  font-family: "Gabarito", sans-serif;
font-size: 66px;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal; 
  color: dimgray;
  text-transform: uppercase;
	background-attachment: fixed;
	background-image: url("img/Midnight Social Still Cleaned.png");
	background-repeat: no-repeat;
	background-size: cover;          /* Scales the image to cover the entire container */
    background-position: center;     /* Centers the image within the container */
    margin: 0;                       /* Removes default body margin */
    height: 100vh;                   /* Ensures the body takes the full height of the viewport */
    width: 100vw;                    /* Ensures the body takes the full width of the viewport */
}
