.content {
    margin: 20px;
}

.logo {
    padding-bottom: 5px;
    margin-right: 5px;
    ;
}

.form-div {
    margin-top: 20px;
    text-align: center;
}

.row {
    margin-top: 20px;
}

.gbutton {
    margin-bottom: 3px;
    margin-right: 5px
}

.chart {
    max-width: 30rem;
    margin: auto;
}

.fixedbottom {
    position: fixed;
    bottom: -4px;
    right: 10px;
    text-align: right;
    margin-bottom: 10px;
    /*   margin-right: 10px; */
    margin-left: 20px !important;
    width: 100px;
}

.small-img {
    width: 50%;
}

#videoLink{
    margin-top: 15px;
}

html {
    scroll-behavior: smooth;
}