@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'junegullregular';
    src: url('junegull-webfont.woff2') format('woff2'),
         url('junegull-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'scrivanoregular';
    src: url('scrivano-webfont.woff2') format('woff2'),
         url('scrivano-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
  background-color:lightpink;
}
.navbar {
  background-color: lightpink !important;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color:black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color:magenta;
  color: black;
}
.frame{
  background: url("background.jpg");
  position:relative;
  margin-top:70px !important;
  margin-left: 40px;

}
h1{
  margin-top:40px;
  font-family: junegullregular;
}
p{
  font-size:30px;
}
h2{
  font-family: scrivanoregular;
  font-size:19px;
}
.btn-success{
  color:black;
  background-color: lightpink;
  border-color: magenta;
  
}
