@import url('https://fonts.googleapis.com/css?family=Montserrat');

body{
    font-family: 'Montserrat';
}

.heading{
    font-size: 50px;
    text-align: center;
}

.headingreduced{
    font-size: 30px;
    text-align: center;
}

.emptyspace{
    margin-bottom: 100px;
}

.emptyspacereduced{
    margin-bottom: 75px;
}

.navheader{
    display: flex;
    background-color: white;
    margin: 0;
    padding: 1rem 0;
    justify-content: center;
}

.navlistitem{
    list-style: none;
    margin: 2rem;
}

.navlistitem a{
    text-decoration: none;
    text-emphasis: none;
    color: black;
}

.flex-container{
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #A4B8C4;
    color: #FCFAFA;
}

.flex{
    display: flex;
    flex-direction: column;
}

.photo{
    position: absolute;
    display: flex;
    size: 50px;
}

.quotecard{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 1;
    border-radius: 10px;
    flex-shrink: 2;
    cursor: pointer;
}

.quotecardtext{
    display: flex;
}