 h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

body{
    text-align:center;
    background-color:#1f1d2b;
    color:lightgrey;
}
.backhome{
	width: 5em;
}
a {
    font-size: 50px;
    color: lightgray;
}
.a{
	text-decoration: none;
	border-style: solid;
	border-radius: 20px;
	padding: 20px;
}
.a:hover{
	color: black;
	border-color: white;
	background-color: white;
}
.goopback{
	background-color: tan;
	padding: 20px;
	border-style: solid;
	border-radius: 10px;
	margin: 20px
}

.box{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.smolgoop{
	width: 20em;
}

/* CSS Document */
.cna {
	font-size: 4em;
}
@media (min-width: 1920px){
	.backtomyhouse{
		padding-top: 0px;
		padding-left: 15em;
		position: absolute;
	}
	.biggoop{
		width: 50em;
	}
}