body {
  background-image: url('../assets/2020-07-29-0005b.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

h1 {
    height: 60px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: rgb(255, 255, 255);
    font-family: "cabazon", serif;
    font-size: 100px;
    font-weight: 200;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    user-select: none;
	margin-bottom: 20px;
	z-index: 2;
  }

.line-with-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.line {
    width: 87%;
    max-width: 12000px;
    height: 2px;
    background-color: white;
    margin: 0 15px;
	z-index: 2;
}

.line-image {
    width: 50px;
    height: auto;
	z-index: 2;
	filter: invert(1)
}

.mirrored {
  transform: scaleX(-1);
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
	width: 87%;
	margin: 0 auto;
}

.rounded-square {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 390px;
    height: 100px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100px;
    margin-top: 20px;
    overflow: hidden;
	z-index: 2;
}

.content-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 10px;
    display: flex;
    align-items: center;
}

.icon-image {
    width: 80px;
    height: auto;
    margin-right: 10px;
	user-select: none;
}

.app-title {
    color: rgb(255, 255, 255);
    font-family: "cabazon", serif;
    font-size: 40px;
    font-style: normal;
  	user-select: none;
}

.download-button {
    color: rgba(200,200,200);
	font-family: "basic-sans", serif;
    font-size: 16px;
	text-decoration: none;
	margin-left: -4px;
}

.download-button:hover {
	text-decoration: underline;
}

.win-image {
	width: 21px;
	margin-left: -8px;
}