.col1 {
width: 60%;
float: right;
}

.col2 {
width: 50%;
position: fixed;
float: left;
}

h1 {
text-align: center;
}
