body {
    padding: 50px 100px;
}
h1 {
    font-size: 80px;
    font-weight: lighter;
    color: black;
}
p {
	font-size: 24px;
}

.red-text {
    color: red;
}
#intro-para {
    border: 2px solid black;
}
#first {
	width:100px;
	height:auto;
}
