/* Thijmen's CSS file */
*{
    font-family: 'Permanent Marker', cursive;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 0;
    padding: 0;
    color: #6046BF;
}


body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2F0F7;
}.banner img{
	width: 100vw;
}
nav{
    height: 75px;
    background-color: #F2F0F7;
}
nav ul{
    list-style: none;
    display: flex;
	gap: 25px;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    height: inherit;
}
.blocks{
	list-style: none;
    display: flex;
	gap: 45px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}
.blocks img{
	width: 70%;
}

.linksboven {
  text-align: center;
  float:left;
  width:40%;
  display: inline-block;
}

.Guitar{
	list-style: none;
    display: flex;
	gap: 45px;
    flex-direction: row;
    justify-content: space-between;
    align-items: right;
    height: inherit;
}

.Guitar img{
	width: 100%;
}