@font-face {
	font-family: "Belgiano";
	src: url(font/belgiano_serif/BelgianoSerif2.woff);
}

@font-face {
	font-family: "Yeseva";
	src: url(font/yeseva_one/YesevaOne-Regular.woff);
}
body{
	display: flex;
	gap: 80px;	
	align-items: start;

}
img{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
aside{
	font-family: "Yeseva";	
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 30px;
	position:sticky ;
	top: 0;
	color: #96ADC8;
}
main{
	font-family: "Belgiano";
	flex-basis: 100px;
	flex-grow: 1;
	flex-shrink: 1;
	margin-top: 15px;
	color: #49525e;
}
a{
	color: #96ADC8;
	text-decoration: none;
	transition: color .3s;
}

a:hover{
	color: #49525e;
}

.credits{
	font-size: 15px;
	font-style: italic;
}
h3{
	font-family: "Yeseva";
	font-size: 20px;
}

/*.logo{
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: auto;
	margin-top: 10px;
}
.logo-insta{
	width: 90px;
	height: auto;
	margin-right: 8px;
}*/
.mainlink{
	color: #49525e;
}
.mainlink:hover{
	color: #96ADC8;
}
@media only screen and (max-width: 600px){
aside {
	background-color: white;
	position: sticky;
	    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: auto;

}
body {
	display: flex;
	flex-direction: column;

}
img{width: 100%;}