@charset "UTF-8";
/* CSS Document */
*{box-sizing:border-box}
.banner {
	background-color:silver;
	font-size: 30px;
	color: azure;
	text-align: center;
	padding: 10px 5px 10px 5px;
	color:aliceblue;
	
}
@font-face {
	font-family: 'Caveat', cursive;
	font-family: 'Roboto', sans-serif;
	src: url(https://fonts.googleapis.com/css2?family=Caveat&family=Roboto:wght@100&display=swap);
	}
body{
	background-image: url(https://media.pitchfork.com/photos/6352d50d4c3b4aa2c62cf68c/16:9/w_1280,c_limit/Taylor-Swift-Folklore.jpg);
}
ul{list-style-type: none;
	margin:0;
	padding:10px 0px 10px 0px;
	color: azure;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 20px;
}
li{
	display: inline;
	padding: 0px 100px 0px 100px;
}
li a{ 
text-decoration: none;
color:aliceblue;

}	

li a:visited{
	font-style: italic;
	font-weight: bold;
	color:azure;
}
@media screen and (max-width:945px)
{
	.div1{width: 100%; height: auto}
	.div2{width: 100%; height: auto}
	li{display: block; padding:15px 0px 15px 0px; width: 10%; margin: auto;}
}
.imageleft{
float:left;
border-style: solid;
border-width: thick;
border-color:azure;
color:darkgray;
margin-bottom: 15px;	
}
.imageright {
	float: right;
	border-style: solid;
	border-width: thick;
	border-color:azure;
	color: darkgray;
	margin-bottom: 15px;
}
.firstpage
{
	border: 1px solid;
    padding: 10px;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: azure;
	font-size: 41px;
	text-align: center;
}

.buttons
{
	background-color:silver;
	font-size: 25px;
	color: azure;
	
}
.footer
{
	background-color:silver;
	font-size: 30px;
	color: azure;
	text-align: center;
	padding: 10px 5px 10px 5px;
	color:aliceblue;
	
}
.main {
	flex: 1;
}