@font-face {
  font-family: Nunito-Medium;
  src: url(font/Nunito/static/Nunito-Medium.ttf);
  
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito-Medium', sans-serif;
}

body {
    min-height: 100vh;
}

a {
    text-decoration: none;
}

a button{
	cursor: pointer;
}

li{
	list-style: none;
}

.container{
	min-height: 100vh;
	background: #f5f6f6;
}
