@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

 body {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 min-height: 100vh;
	 margin: 0;
	 background-color: #d4634b;

}

a{
	color: #fff;
	text-align: center;
	text-decoration: none;
	font: 14px 'Montserrat', sans-serif;
	transition: all .3s;
}

a:hover{
	color: #e6c9b8;
}

 .wrapper {
	 display: flex;
	 flex-direction: column;
	 padding: 20px;
	 max-width: 320px;
}
 .animated-block {
	 margin-bottom: 50px;
}
 .animated-block #nut, .animated-block #wrench {
	 display: block;
	 margin: 0 auto;
}
 .main-header {
	 display: block;
	 max-width: 300px;
	 font: 30px 'Montserrat', sans-serif;
	 font-weight: 300;
	 color: #e6c9b8;
	 text-align: center;
     text-transform: uppercase;
     margin: auto;
     margin-top: 20px;
}
h2{
    font: 20px 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;

    text-transform: uppercase;
}
p{
    font: 14px 'Montserrat', sans-serif;
    color: #fff;
	font-weight: 300;

    text-align: center;
}
 .main-link {
	 font: 24px 'Open Sans', sans-serif;
	 color: #fff;
	 text-decoration: none;
	 text-align: center;
	 cursor: pointer;
}
.main-link img{
    margin: auto;
    width: 20px;
}

.logo img{
    max-width: 350px;
    margin: auto;
}

