 body {
    background: #fac387;
    transition: background-color 6s ease, background-image 6s ease;
}

a {
    color: #d03a18;
	text-decoration: none;
}

.small {max-width: 200px;
width: 200px;}

h3 {
		color: #072040;
	font-family: "clarendon-text-pro", serif;
font-weight: 700;
font-style: normal;
	line-height: 1.3em;
	margin: 0px;
}

h2 {
		color: #e13e1d;
	font-family: "clarendon-text-pro", serif;
font-weight: 700;
font-style: normal;
	line-height: 1.3em;
	margin: 0px;
}

.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
}

p {
	color: #072040;
	font-family: "clarendon-text-pro", serif;
font-weight: 400;
	font-style: normal; }

.logo p {
	  font-size: clamp(1rem, 1vw + 0.5rem, 1.5rem);
	text-align: center;
	letter-spacing: 3px;
	color: #e13e1d;
	font-family: "clarendon-text-pro", serif;
font-weight: 400;
	font-style: normal; }

.logo {
	    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.logo img {
	max-width: 100%;
	background: contain;}

.image img {
	    cursor: pointer;
	max-width: 100%;
}

button {
    background-color: none;
    padding:15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    margin: 4px;
    cursor: pointer;
    border-radius: 12px;
}

select {
    width: 200px;
    padding: 12px;
    border-radius: 4px;
    background-color: #FFBF00;
    color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: 16px;
}

label {
    font-size:16px;
    margin-right: 10px;
}
.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.flex-container2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

 .box2 {
margin: 5px;
width: 800px;
font-size: 24px;
line-height: 30px;
letter-spacing: 1px;
}

.textdiv {
    color: #072040;
    padding: 15px;
	line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    display: flex;
      font-size: clamp(0.75rem, 1vw + 0.5rem, 1.5rem);
      cursor: pointer;
	flex-direction: column;
}

.detailsdiv {
    color: #072040;
    padding: 15px;
	line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    display: flex;
      font-size: clamp(0.75rem, 1vw + 0.5rem, 1.5rem);
    cursor: pointer;
	flex-direction: column;
}

.textdiv p {
	letter-spacing: 3px; }


.soundbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap:wrap;

}

.hidden{
    display: none;
}



