@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Poiret+One&display=swap');

body {
    background-image: url(assets/flowerbg-r.png);
    background-attachment: fixed;
	overflow-x: hidden;
}

p1 {
    font-family: "Inter Tight", sans-serif;
    color: white;
    font-size: 11pt;
}

#textinfostuff {
    width: 535px;
    margin: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 5px 7px 8px 7px;
    border: 1px solid #ffffff45;
    background: #372A2E;
	background: linear-gradient(0deg,rgba(55, 42, 46, 1) 0%, rgba(55, 42, 46, 1) 58%, rgba(68, 56, 60, 1) 100%);
    text-align: justify;
	border-radius: 5px;
	box-shadow: 0px 2px 4px #000000b2;
}

#stampBox {
	display: flex;
	justify-content: center;
	width: 680px;
	flex-wrap: wrap;
	margin: auto;
}

#stampBox img {
	margin: 8px;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    text-decoration: underline;
}

#topBar {
    border-width: 0px 0px 1px 0px;
    border-style: dotted;
    border-color: #fff;
    padding: 0px 0px 6px 0px;
    margin-top: -5px;
    width: 100%;
    height: fit-content;
    text-align: center;
}

p10 {
    font-family: "Poiret One", sans-serif;
    color: white;
    font-size: 15pt;
}

.topBarHead {
	position: absolute;
	margin: 0px;
	z-index: -1;
	left: -1px;
	top: 0px;
}