body {
    background-image: url("images/pastelgreen.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 100px;
} 

.imageDimensions{
	border: 2px solid square;
    border-radius: 50px;
    width: 230px;
    height: 230px;
    margin: top 5px right 15px bottom 5px left 15px;
    padding: 10px;
}

h1 {
    position: absolute;
    top: 50px;
    right:500px;
}

h2 {
	font-size: small;
    position: absolute;
    right: 215px;
    top: 130px;
}

h3{
	font-size: small;
	position: absolute;
	left: 400px;
	top: 130px;
}

div{
    position: absolute;
    left: 405px;
    top: 190px;
}

