@charset "utf-8";
@import url("../webfonts/IranNastaliq/stylesheet.css");
@import url("../webfonts/Lobster_Regular/stylesheet.css");
@import url("../webfonts/Yellowtail_Regular/stylesheet.css");
@import url("../webfonts/CastoroTitling_Regular/stylesheet.css");
@import url("../webfonts/Yellowtail_Regular/stylesheet.css");

* {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
body {
	background-color: #DAA46D}
header {
    background-image: url("../images/music-podcast-background-with-headphones-cup-coffee-blue-table-flat-lay-top-view-flat-lay.jpg");
    width:666px;
    height:937px;
    margin-left: auto;
    margin-right: auto;
	display: inline-block;
}
ul {
    list-style-type: none;
    margin-left:150px;
	margin-top: 20px;
    padding-right: 30px;
    padding-left: 10px;
    overflow: hidden;
    background-color: #36DAFF;
    border: 3px solid #DAA46D;
    display: inline-block;
    border-radius: 50px;
	
	
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color:#E5BB95;
}
h1 {
    font-style: italic;
    font-size: 50px;
}

p {
    font-family: 'Lobster Regular';
    font-size: 20px;
}

.img1 {
    width: 300px;
    height: 300px;
    transform: rotate(-15deg);
    margin-top: 50px;
}

.img2 {
    width: 330px;
    height: 300px;
    transform: rotate(20deg);
    padding-left: 10px;
}
.img1:hover{
	transform: rotate(15deg);
}
.img2:hover{
	transform: rotate(-15deg);}
main a {
    text-decoration: none;
    color: black;
    display: inline-block;
    font-family: "Yellowtail Regular";
    font-size: xx-large;
    margin-left: 250px;
}
main a:hover {
	background-color: aqua
}
