h1 {
    color: hotpink;
    font-family: cursive;
    font-size: 50px;
    text-align: center;
}

h2 {
    color: deeppink;
    font-size: 45px;
    text-align: center;
}

a {
   color: deeppink;
   font-size: 45px;
}


div {
    font-size: 45px;
}

span {
    font-size: 45px;
}


p {
    color: hotpink;
    font-size: 45px;
}


body {
    background-color: black;
    margin: 100px;
}

a {
   color: deeppink;
   font-size: 45px;
}

ul {
   color: hotpink;
   font-size: 45px;
}

li {
   color: hotpink;
   font-size: 45px;
}

.about-me {
   color: hotpink;
   font-family: cursive;
}

.ashe_bikes {
    font-size: 500px;
    width: 500px;
}

.jojosiwa {
    height: 400px;
    width: 400px;
}

.sabrinacarpenter {
    height: 400px;
    width: 400px;
}

.here {
    background-color: darkolivegreen;
}

.navbar {
    overflow: hidden;
    background-color: darkslategrey;
}

.navbar a {
    float: left;
    display: block;
    color: hotpink;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
}

.jobs{
    color: hotpink;
}