body {
    margin: 0;
    background-color: black;
}

header {
    background-color: #151515;
    color: white;
    border: blue 10px dotted;
    height: 170px;
}

h1 {
    text-align: center;
    color: #fc3;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 5px;
    font-size: 50px;
}

.flexbox{
    display: flex;
    color: white;
}

.flexboxmusik{
    display: flex;
    flex-wrap: wrap;
}

.flexboxmusik img {
    width: 20%;
    height: auto;
}

nav {
    text-align: right;
}

p {
    color: white;
    font-size: 24px;
}

nav a {
    background-color: #323232;
    padding: 25px;
    margin: 1px;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    border: #fc3 1px solid;
}

img {
    height: 500px;
    width: auto;
    object-fit: cover;
}