body{
    background-image: url("mint.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #131211;
    margin: 0;
    padding:0;
    min-height: 100%;
    position:relative;
    font-family: 'Helvetica';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html{
    height: 100%;
    width: 100%;
}

.navbar{
    margin-right: 10%;
    justify-content: end;
}

.header{
    margin-top: 25%;
    text-align: center;
}

.mid{
    margin-top: 10%;
    text-align: center;
}

.footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:5%;
    text-align: center;
}

.button{
    background-color: #131211;
    color: #fbf3e2;
    border-width: 5px;
    border-radius: 15px;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

.button:hover{
    background-color: #fbf3e2;
    color: #131211;
    border-style: solid;
    border-color: #131211;
    border-width: 2px;
    border-radius: 15px;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}

p{
    font-size: 15px;
}

a{
	text-decoration: none;
}

.nav-link{
	color: #131211;
	text-decoration: none;
    background-color: #fbf3e2;
    color: #131211;
    border-style: solid;
    border-color: #131211;
    border-width: 1px;
    border-radius: 10px;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
}

.nav-link:hover{
	color: gray;
	text-decoration: none;
}