body{
	padding: 0; 
	margin: 0; 
	box-sizing: border-box; 
	font-family: 'Oswald', sans-serif;"
	}
	
@media only screen and (max-width: 600px) {
	
	.header_top{
		height: 130px;
	}
	
	.header_middle{
		height: 130px;
	}
	
	.go_to{
		font-size: 1rem;
		padding: 0px;
	}
}



.gallery {
    text-align: center;
}

#main-image {
    width: 80%;
    height: auto;
    margin-bottom: 10px;
}

.thumbnail-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    cursor: pointer;
    object-fit: cover;
}