html {
  margin: 0px;
  cursor: url("page_assets/cursor1_imresizer.png"), auto;
}

a:hover {
  cursor: url("page_assets/cursor2_imresizer.png"), auto;
}

body{
    justify-content: center;
    text-align: center;
    background-position: center;
    height: 100vh;

}

header{
    font-size: 50px;
}

main{

}

.content {
    background-image: url(page_assets/projects/kitchen.png);
    position: relative;
    margin-bottom: 1%;
    margin-top: 0.5%;
    margin-left: 20%;
    margin-right: 20%;
    background-color: rgba(65, 22, 206, 0.2);
    border-style: inset;
    border-color: gold;
    background-size: cover;
}

#mmp_name {
  width: 600px;
  height: 450px;
  margin-top: -15%;
  margin-bottom: -17%;
}

#project_name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1%;
  margin-top: 5%;
}

#pizza_menu_img {
  animation: rotate360 5s linear infinite;
  position: static;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#MarinaHacks {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  color: pink;
  font-family: papyrus;
  font-size: 30px;
  text-shadow: 2px 2px 4px #000000;
  background-image: url(page_assets/projects/content.JPG);
  background-size: cover;
  border-style: groove;
  border-width: 30px;
  border-color: gold  ;
}

#star {
  width: 40px;
  height: 40px;
}

#video-player {
  width: 650px;
  height: auto;
  controls: true;
}