body {
  margin: 0;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

body {
	background-image: url("../img/background.jpg");
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.wid-150 {
	width: 150px;
}

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.great-vibes-regular {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


.text-rose-brown {
	/* color: #915858; */
	color: goldenrod;
}

tr td:nth-child(even) {
	text-align: right;
}

td {
	color: darkgoldenrod;
}