.nav-item {
    padding: 5px;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.title {
    border: 3px solid #ffd504;
    min-height: 20vh;
}

.line {
    line-height: 70px;
}

h1 {
    font-size: 55px;
}

.button {
    margin-left: 40px;
    background: #ffd504;
    padding: 5px;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
    color: black;
    width: 18vw;
    border-top-left-radius: 10px;
}

.nav-link {
    color: #fff;
    margin-left: 8px;
}

.active {
    color: #ffd504;
    font-weight: 400;
    border-bottom: 2px solid #ffd504;
}

.endless {
    background: url(../img/doc2.png);
    background-size: cover;
}

.card {
    background-color: #f1f1f1;
    border-radius: 20px;
}


.main {
    margin-top: -100px;
}

.heading1 {
    font-size: 7em;
    padding: 0;
    margin: 0;
}

.bottom {
    border-bottom: 4px solid #ffd504;
    width: 60px;
}

.rounded {
    border: 4px solid pink;
    border-radius: 140px;
}

img {
    height: 350px;
    width: 400px;
    border-radius: 20px;
}

.round {
    border-top-left-radius: 40px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 0px;
    height: 100%;
    width: 100%;
}

.logo {
    border-radius: 0px;
}