@charset "utf-8";
/* CSS Document */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	button {
	width: 10em;
	border: 0px;
	padding: 2.125em 5em;
	border-radius: 10em;
	transition-duration: .3s;
	font-weight: 600;
	font-size:.8em;
}

button:hover {
	color:#ffffff;
	background-color: #CAD42B;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	button {
	width: 10em;
	border: 0px;
	padding: 2.125em 5em;
	border-radius: 10em;
	transition-duration: .3s;
	font-weight: 600;
	font-size:.8em;
}

button:hover {
	color:#ffffff;
	background-color: #CAD42B;
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

body {
    margin: 0;
    text-align: center;
    background-color: #F062A4;
    background-image: url(web-assets/web-repeating-pattern.jpg);
    font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 18px;
    line-height: 22px;
	color:#fff;
}


button {
	width: 22em;
	border: 0px;
	padding: 2.125em 5em;
	border-radius: 10em;
	transition-duration: .3s;
	font-weight: 600;
	font-size:.8em;
	color: #EF569F;

}

button:hover {
	color:#ffffff;
	background-color: #CAD42B;
}

.content {
	margin: 0.625em auto;
	width: 348px;
}

.image {
	margin-top: 71px;
}

.button-container {
	margin: 1.25em auto;	
}