 body {
    background: #000;
    transition: background-color 6s ease, background-image 6s ease;
}
a {
    color: #000;
	text-decoration: none;
	font-family: "cofo-kabeltouw-solid-0", sans-serif;
font-weight: 400;
font-style: normal;
}

p

{
font-family: "polymath-display", sans-serif;
font-weight: 400;
font-style: normal;
		letter-spacing: 2px;
}

h3 {
	    color: #fff;
font-family: "cofo-kabeltouw-stencil-38", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 1.8em;
	padding: 0px;
	margin: 2px;
}

button {
    background-color: #FFBF00;
    border: 2px solid #fff;
    color: #000;
    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;
}

.box1 {
margin: 30px;
}

#mainfish {
 width: 600px;
 height: auto; }
 
 .box2 {
margin: 5px;
width: 800px;
font-size: 24px;
line-height: 30px;
letter-spacing: 1px;
}

.box3 {
margin: 20px;
}

.canvasbutton{
    background-color: #FFBF00;
    border: none;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px;
    cursor: pointer;
    border-radius: 12px;
}

.textdiv {
   border:  #FFBF00 0px solid;
    color: #FFFFFF;
    padding: 15px;
	line-height: 1.8em;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 1.1em;
    margin-left: 10vw;
	   margin-right: 10vw;
    cursor: pointer;
    border-radius: 12px;
	flex-direction: column;

}



.soundbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

}

.hidden{
    display: none;
}