.p0 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.p1 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.p3 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.p4 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.p45 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.p5 {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.lightGrey {
    color: rgb(88, 88, 88);
}
.darkGrey {
    color: rgb(60, 60, 60);
}
.leftMargin {
    margin-left: 5vw;
}
.paddingTop {
    padding-top: 10vh;
}
.logo {
    height: 23px;
    margin-left: 5vw;
    margin-top: 9px;
}
.logo:hover {
    background-color: grey;
}

.box {
    border: solid black 1px;
    margin: 4px;
    padding: 6px;
}

.bold {
    font-weight: 600;
}
.lessBold {
    font-weight: 300;
}

.center {
    text-align: center;
}
.right {
    text-align: end;
}

.inline {
    display: flex;
    column-gap: 20px;
}
.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.space {
    /* padding-left: 50px;
    padding-right: 50px; */
    padding-top: 75px;
    padding-bottom: 75px;
}
.spaceAboveBelow {
    margin-top: 200px;
    margin-bottom: 200px;
}
.spaceAbove {
    margin-top: 200px;
}
.corners {
    border-radius: 15px;
}