@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Oleo', sans-serif;
}

a {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 15px;
}

.text-right {
    justify-self: right;
    text-align: right;
}

.employers {
    background-color: white;
    color: #333;
    margin: 0;
}

.employers p {
    margin-top: 0;
}

.employer {
    display: flex;
    justify-content: space-between;
}

h2 {
    padding-top: 20px;
}

h2 {
    overflow: hidden;
    text-align: left;
  }
  
h2:after {
    background-color: white;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

h2:after {
    left: 0.5rem;
    margin-right: -50%;
}

/* Header */
.header a {
    display: flex;
    max-width: 350px;
    color:white;
    text-decoration: none;
}

.header i {
    padding-right: 10px;
}

.header .flex {
    justify-content: space-between;
}

.header a:hover {
    color: #888;
}

.header h3 {
    font-size: 60px;
}

.header .container {
    margin-top: 3rem;
}

/*Experience styles*/
.experience a {
    display: flex;
    max-width: 350px;
    color:white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.experience a:hover {
    color: #888;
}

/*phones */
@media(max-width: 500px) {
    .navbar {
        justify-content: center;
    }

    .navbar li {
        padding: 10px 5px;
    }

    .header a {
        font-size: 10px;
    }

    .text-right p {
        font-size: 8px;
    }
}