body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #4e4e4e;
}

p, li {
    font-size: 16px;
    color: gray;
    font-weight: 300;
}

h1 {
    font-weight: 600;
}

h6 {
    font-size: 17px;
}

.link {
    padding-right: 2rem;
    color: #4e4e4e;
    font-size: 16px;
    text-decoration: none;
}

.link:hover {
    text-decoration: none;
    color: #4e4e4e;
    font-weight: 700;
}

.arrow {
    font-size: 50px;
}

.section_title {
    color: gray;
    font-weight: 400;
    font-size: 17px;
}

.title {
    color: black;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
}

li {
    list-style-type: square;
}

