@charset "utf-8";
/*
 * Marie 2023 Stylesheet
 *
 * @filename: marie.css
 * @author: Marie Hubl
 * @version: 1.0
 */
 
@font-face {
  font-family: 'BrushScript';
  src: url(./fonts/BrushScriptStd.otf);
  font-display: swap;
}

body {
  background-color: #d74606;
}

.h1 {
  font-family: 'BrushScript';
  color: #081e5a;
}

.abstand {
  padding: 2vw;
}

#panda {
  float: right;
  width: 40%;
  height: auto;
  margin-right: 18vw;
}

@media screen and (max-width: 780px) {
#panda {
  width: 75%;
  height: auto;
  margin-top: 18vw;
}
}