.container {
    position: relative;
    text-align: center;
    color: white;
  }

.homepage{
    width: 100%;
    height: 100%;
    background: url(images/background.jpg) ;
    background-size: cover;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.play {
position: absolute;
top: 60%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 15px;
border: none;
background-color: #fff;
width: 100px;
height: 40px;
}

.play:hover {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000;
    transition: ease-in-out 1s all;
}

.copyrights {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.copyrights a {
    text-decoration: none;
    text-decoration-style: none;
}
