@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
body, html {
  margin: 0;
  height: 100%;
  font-family: 'Montserrat';
  background: white;
}

body a, html a {
    text-decoration: none;
}

.wrapper{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 8%;
}

a{
    text-decoration: none;
    color: black;
}

nav ul{
    list-style-type: none;
    font-weight: bold;
    font-size: xx-large;
}