@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');

body,td,th {font-family: 'Prompt', sans-serif;}

.SBblack {font-family: 'Prompt', sans-serif;}
.SMblack_B {color: #454135; font-size:21px;font-family: 'Prompt', sans-serif; font-weight: bold;}
.SMblack_B1 {color: #868582; font-size:16px;font-family: 'Prompt', sans-serif; font-weight: bold;}
.SMblack_B2 {color: #000000; font-size:30px;font-family: 'Prompt', sans-serif; font-weight: bold;}

h1 {
		color: #454135;
		font-size: 250%;
		font-weight: 800;
		line-height: 0%;
}

h2 {
		color: #605d52;
		font-size: 130%;
		font-weight: 500;
		line-height: normal;
}

.table {
  display: table;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
}


/*Image Container */

	.image-container {
		position: relative;
		text-align: center;
		color: white;
	}

	.bottom-center {
		position: absolute;
		bottom: 4%;
		left: 40%;
	}

	.bottom-center-1 {
		position: absolute;
		bottom: 20%;
		left: 39%;
	}
