@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab&display=swap');

body {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    	background: rgba(28,93,175,1);
background: linear-gradient(120deg, rgba(17,66,128,1) 0%, rgba(28,93,175,1) 78%, rgba(93,153,228,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.instructions {
    margin:50px;
    font-family: sans-serif;
color: white;
}

.footer {
	border-top: 1px solid rgba(255,255,255,0.5);
margin-left:auto;
	margin-right:auto; 
	bottom:10px;
	margin-top:50px;
	text-align:center;
	width: 100%;
color:rgba(255,255,255,0.5);
font-family: 'Roboto', sans-serif;
font-size:0.8em;
}
.social {font-size: 1.4em; line-height: 2em}
.footer1 {
	display:inline-block;
}

.footer a {
	color:rgba(255,255,255,0.5);
	text-decoration: none;
}

#canvas {width: 640px;}

h1 {
    color: #fff;
    margin-bottom: 0;
}

button {
    font-family: inherit;
    font-size: 20px;
    padding: 10px 15px;
    background-color: #e94560;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:not(.selected-template):hover {
    opacity: 0.7;
}

#template-selectors {
    margin: 40px 0 25px 0;
}

#template-selectors button {
    margin: 0 10px;
}

.selected-template {
    background-color: #884bc8;
}

#download {
    background-color: white;
    color: #1569ae;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 50px;
}

#download .hover {background-color: #1569ae;
    color: white;
}

