body, html {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    height: 70px;
    background-color: #D98880;
}

h1 {
    position: absolute;
    padding: 3px;
    float: left;
    margin-left: 2%;
    margin-top: 10px;
    font-family: 'Alfa Slab One';
    color: #FADDF1;
}

span{
    color: #ffffff;
}

ul{
    width: auto;
    float: right;
    margin-top: 8px;
}

li{
    display: inline-block;
    padding: 15px 10px;
}

a{
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Alfa Slab One';
    font-size: 1.2vw;
	border: 2px solid black:
}

a:hover{
    color: #C36F93;
    transition: 0.5s;
}


html { 
    background: url("../HANDSON2/Images/homepagebg.gif") no-repeat center center fixed;
    background-size: cover;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
	  .button:hover{
		width: 460px;
		transition: 0.3s;
	  }