﻿body {
}

.contentText1 {
    font-family: Sofia,sans-serif,oboto Slab,Arial,serif;
    font-size: 38px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
}

.myhover:hover {
    color: lightgrey;
}
.myhover:link {
    color: white;
    font-size: 1.5em;
    text-decoration: none;
}
.myhover:visited {
    color: white;
    font-size: 1.5em;
    
}

.myhover:active {
    color: white;
    font-size: 1.5em;
   
}