* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #ffffff;
    color: #000000;
}

.jumbotron {
    background-color: #6c9a8b;
    color: #ffffff;
}

.btn-vertpal {
    background-color: #6c9a8b;
}

h1 {
    font-size: 2.6rem;
    font-family: 'Satisfy', cursive;
}

img {
    border-radius: 5px;
}

li {
    list-style-type: none;
}

ul {
    padding-left: 0;
}

p{
    font-size: 2rem;
}

.tangerine {
    font-family: 'Dancing Script', cursive;
    font-size: 2.4rem;
}