* {
    color: antiquewhite;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: black;
    background-attachment: fixed;
}

video {
	width: 50%;
  	height: 50%;
}

p {
    text-align: justify;
}

em {
    color: coral;
}

h3 > a:hover {
    color: darkorange;
}

.container {
    width: 80%;
    margin: auto;
}

ul,li {
    list-style: none;
}

.texte1 {
    /*background: rgba(0,0,0, 0.2);*/
    /*text-align:center;*/
    margin: 20px;
    text-align: center;
}

.concerts {
    /*background: rgba(0,0,0, 0.2);*/
    /*text-align:center;*/
    margin: 20px;
    text-align: center;
}

.photo-concert {
    width: 300px;
    height: 240px;
}

#audio {
    width: 350px;
}