.container {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.316);
    padding: 20px;  
    margin: 0px auto;
    text-align:center;
    opacity:100%;
    border-radius: 10px;
}
h1{
    color:white
}
p{
    color:rgb(0, 0, 0)
}
body {
  background-image: url('arctic\ monkeys.jpeg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
