body {background-color: #cccccc;
color: #000000;
}
h1 {color: #ff0000;
}
.container {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 5px;
}

img {
	max-width: 100%;
	max-height: 100%;
}

.text {
	font-size: 15px;
}
.fred {color: #0000ff;
}
#wilma {background-color: #ff0000;
color: #ffffff;
width: 200px;
}
a:link {color: #336699;
font-weight: 700;
}
a:visited {color: #666699;
font-weight: 700;
}
a:hover {background-color: #336699;
color: #cccccc;
font-weight: 700;
font-size: 1.5em;
}
a:active {color: #ffff00;
font-weight: 700;
}