body,
html {
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  background-image: url('./images/backgroundDefault.jpg');
  background-color: black;
  background-repeat:no-repeat;
  background-size: cover;
}

.full-height{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 99%;
  justify-content: center;
}

h1 {
  color: white;
  text-transform: uppercase;
}

h3 {
  color: beige;
}

img{
  float: left;
}

.btn-danger{
  background-color: orangered;
  text-transform: uppercase;
  margin-top: 100px;
  border-radius: 20px;

}
