#start {
    grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
}
#latest_release img {
    margin: 1em;
    width: 50vw;
    box-shadow: 0 0 20px 2px rgb(100, 100, 100);
    border-radius: 10px;
}
#signup {
    
}
/* © 2023 Totemtap records, CC BY 3.0 (https://creativecommons.org/licenses/by/3.0/) */