@import url('https://fonts.googleapis.com/css?family=Albert Sans');

* {
    font-family: 'Albert Sans';
}

a, h1 {
    color: rgb(0, 104, 72);
}

h1 {
    font-size: 50px;
    text-align: center;
}


form {
    color: lightgray;
}

p {
    font-size: 20px;
}

#start {
    height: 100%;
    width: 100%;
    font-size: 3em;
}

#lol {
    margin: 100px 250px;
    height: 100px;
    width: 60%;
    font-size: 50px;
    background-color: rgb(0, 104, 72);
}