
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

 

body {
  background-color: #e6cab5;
  font-family: 'Montserrat', sans-serif;
  color: #4d4d4d;
  margin:0;
  padding:0;
}

h1,
span {
  text-align: center;
}

p {
  text-align: center;
}

nav {
  height:54px;
  background-color:rgba(0,0,0,0.1);
  display:flex;
  flex-direction: row-reverse;
  padding:0px 20px;
}
nav div{
  height:54px;
  line-height: 54px;
  margin:0 10px;
}

nav a {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 18px;
}

.canvas{
  padding:30px;
}

footer{
  width:100%;
  height:60px;
  background-color:rgba(0,0,0,0.5);
  margin-top:30px;
  text-align: center;
}
footer a{
  color: #f9f9f9;
  display:block;
  height:60px;
  line-height: 60px;
  text-decoration: none;
  font-size: 18px;
}