body {
    padding-left: 50px;
    color: #2f4d50;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    padding-top: 20px;
    text-align: left;
    font-size: 32px;
    padding-bottom: 150px;
}

p {
    font-family: "Work Sans", sans-serif;
    color: #777;
    font-size: 18px;
}

.alysha {
    color: #2f4d50;
    font-weight: bold;
}

.orange {
    color: #f38a34;
}

.green {
    color: #2f4d50;
}

.dinosaur {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
