@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=Poppins:wght@300;400;700&display=swap');

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
    background-image: url('TAFYA-HEAD.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    transition: all .3s;
}

a:hover {
    color: #e6c9b8;
}

.wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    max-width: 340px;
    background-color: rgb(0 0 0 / 40%);
}

.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 'Poppins', sans-serif;
    font-weight: 300;
    color: #e6c9b8;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    margin-top: 20px;
}

h2 {
    font: 35px 'Poppins', sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
	padding-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    font: 14px 'Poppins', 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;
}


@media (max-width: 480px) {
	body {
		background-image: url('TAFYA-HEAD-mobile.jpg');
	}
}