*{
    color: rgb(87, 86, 86);
    background-color: white;
    font-size: large;
}
h1{
    color: rgb(112, 111, 111);
    background-color: rgba(255,255,255,0);
    text-align: center;
}
h2{
    color: rgb(112, 111, 111);
    background-color: rgba(255,255,255,0);
    text-align: center;
}
h6{
    background-color: rgba(255,255,255,0);
    margin-top: 1%;
}
a{
    background-color: rgba(255,255,255,0);
}
u{
    background-color: rgba(255,255,255,0);
    color: rgb(99, 99, 226);
}

.btn-secondary{
    background-color: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-bg: rgb(67, 66, 66);
    --bs-btn-active-bg: rgb(107, 106, 106);

    width: 12.5%;
    height: 5%;
}

.textblock{
    background-color: rgba(255,255,255,0.7);
    max-width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    left: 20%;
    right: 20%;
    padding: 0.5%;
}

.container-fluid{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;

    width: 100%;
}

body{
    overflow-x: hidden;
}

div{
    background-color: rgba(255,255,255,0);
}