@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

h1{
    font-family: "Bebas Neue", sans-serif;
    font-size: 100px;
}
body{
    font: 1.2em verdana, helvetica, arial, sans-serif;
    background-color: #4d5645;
}
footer{
    font-size: 70%;
}
.col-11{
    text-align: right;
    padding: 50px;
}

a:hover{
    color: green;
}
a{
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.concertfoto{
    width: 100%;
    height: auto;
}
p{
    color:rgb(218, 226, 219);
    padding: 20px;

}
