.btn
{
    height: 100px;
    width : 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.icone
{
    width: 50px;
    cursor: pointer;
}
body
{
 background-image: url(back2film.jpg);
 background-size: cover;

}
h1
{
    color:white;
}
.menu 
{
  position: absolute;
  display: inline-block;
  top:20px;
  right: 20px;
}

.bouton-menu 
{
  color: rgb(205, 205, 205);
  background-color: rgb(63, 63, 63);
  border-radius: 5px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.menu-deroulant 
{
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 5px;
}

.menu-deroulant a 
{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-color: black;
}

.menu-deroulant a:hover 
{
  background-color: #e8e8e8;
}

.menu:hover .menu-deroulant 
{
  display: block;
}
p
{
    color: white;
    font-size: 25px;

}
#johndoor
{
  width: 29%;
  text-align: right; 
  margin-top: 25px;
  margin-left: 30px;
}
#johnmirror
{
  width: 400px;
  height: 243px;
  text-align: right; 
  margin-top: 25px;
  margin-left: 30px;
}
#johnwinston
{
  width: 29%;
    text-align: right; 
    margin-top: 25px;
    margin-left: 30px;
}