body {
	background-color: powderblue;
	width:1200px;
	margin:0 auto;
	cursor: url(film-roll.png), auto;
}

#movies {
	color: red;
	font-family: verdana;
	text-align: center;
	text-decoration: black underline wavy;
}

h2 {
	color: blue;
	font-family: georgia;
	font-style: italic;
}

#p1 {
	text-align: center;
	color: white;
	background-color: black;
	width: 350px;
}

.list {
	color:red;
}

::selection {
	color:red;
	background-color:yellow;
}

.logo {
    background: left / cover url('header.png');
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: center;
    font: bold calc(1em + 2 * (100vw - 120px) / 100) 'Dancing Script', fantasy;
    color: #ff0083;
    text-shadow: #000 2px 2px 0.2rem;
}

header > h1 {
    margin-bottom: 0;
}

header > time {
    font: italic 0.7rem sans-serif;
}

.button {
  padding: 5px 10px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #0ca5bc;
  border-radius: 20px;
  box-shadow: 0 10px #999;
}

.button:hover {
	background-color: #007095;
	cursor: url(soda.png), pointer;
}

.button:active {
  background-color: #007095;
  box-shadow: 0 5px rgb(25, 25, 25);
  transform: translateY(5px);
}

.body{
	display: flex;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.body > img {
	display: block;
}

.pointer {
	cursor: url(soda.png), pointer;
}