@import url('https://fonts.googleapis.com/css2?family=Poiret+One&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    background-image: url(assets/flowerbg-b.png);
    overflow: hidden;
}

#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;
}

#topBar a {
    text-decoration: none;
    color: white;
}

#topBar a:hover {
    text-decoration: underline;
}

p10 {
    font-family: "Poiret One", sans-serif;
    color: white;
    font-size: 15pt;
}

#iconimg {
    border: 1px solid #ffffff45;
	border-radius: 5px;
	overflow: hidden;
	height: 250px;
	width: 250px;
	transition: 0.2s;
	image-rendering: pixelated;
	background-color: #2A2C37;
	background: linear-gradient(0deg,rgba(42, 44, 55, 1) 0%, rgba(42, 44, 55, 1) 87%, rgba(56, 58, 68, 1) 100%);
	box-shadow: 0px 2px 4px #000000b2;
}

#iconimg:hover {
	transform: scale(1.03);
	transition: 0.2s;
}

.topBarHead {
	position: absolute;
	margin: 0px;
	z-index: -1;
	left: -1px;
	top: 0px;
}



#mainbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top: 50px;
}
	
#logoImg img {
	transition: 0.2s;
	image-rendering: pixelated;
	margin-left: 15px;
	margin-right: 15px;
}

#logoImg img:hover { 
	transform: scale(0.96);
	transition: 0.2s;
}