body{
    background-color: #000;
    font-size: 20px;
}

a:link {
	color: #000;
	text-decoration:none;
}

a:visited {
	color: #000;
    text-decoration: none;
}

a:hover {
	font-style: italic;
	font-weight: bold;
	color:rgb(0,0,0);
    text-decoration: none;
 }

a:active {
    color:rgb(0,0,0);
    text-decoration: none;
}

.container{    
    background-color: #ff9;
    position: relative;
    width: 1000px;
    height: 900px;
    border-radius:20px;
    margin: auto;
}

header{
    /*border: 1px solid red;*/
    background-color: #32ccfe;
    position:absolute;
    width:980px;
    height:150px;
    margin-left: 10px;
    top: 10px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 5px 5px black;
    text-align:center;
}

 nav{
    /*border: 2px solid red;*/
    background-color: #32ccfe;
    position: absolute;
    width:200px;
    height:640px;
    left:10px;
    top:170px;
    box-shadow: 4px 4px 4px black;
    padding-left: 10px;
    padding-top: 20px;
}

.button1{    
    text-decoration: none;
}

.button1:hover{
    color:rgb(0,0,0);
    font-style:italic;
    font-weight:bold;
}

button{
    font-size: 16px;
    width:185px;
    height:30px;
    background-color: #ff9;
    box-shadow: 1px 1px inset;
    margin-top: 5px;
    border-radius: 5px;
}

 #main{    
    position: absolute;
    top: 170px;
    height: 660px;
    right: 10px;
    width: 710px;
}

 h2{
     font-size:30px;
     font-weight: bold;
}

 footer{    
    background-color: #32ccfe;
    position: absolute;
    bottom: 10px;
    height: 50px;
    width: 980px;
    left: 10px;
    border-radius:0px 0px 10px 10px;
    box-shadow: 5px 5px 5px black;
    text-align: center;
}

.koptekst{    
    position:absolute;
    height:80px;
    top:25px;
    left:190px;
    width:600px;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
}

.pasfoto{
    position: absolute;
    right: 100px;
    top: 12px;
    width: 96px;
    height: 126px;
    object-fit: contain;
}

#pc{
    width:408px;
    height:306px;
}

#ibanez{
    width:447px;
    height:139px;
}
#flavour{
    width:500px;
    height:320px;
}