#about_context{
  display: flex;
  justify-content: center;
}

body{
  font-family: 'Oswald', sans-serif;
}

#contact_form{
  display: flex;
  justify-content: center;
}

.delete_button{
  background-color: transparent;
  color: red;
  border: none;
}

.delete_favorite{
  color: red;
}

#no_border{
	border: 0px;
}

#favorites{
  margin-left: 15px;
  margin-right: 15px;
}

#favorites_title{
  margin-left: 100px;
}

#header_div{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_element{
  margin-left: 10px;
  margin-right: 10px;
}

#posters_div{
  display: flex;
  justify-content: center;
}

.poster_element{
  margin-bottom: 25px;
}

.poster_name{
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 30px;
}

.poster_description{
	width: 50%;
}

#profile_div{
  display: flex;
  justify-content: center;
}

img{
	border: 3px solid;
}