html {
    min-height: 100%;
    background: #1a2b5e;
    background: linear-gradient(37deg, rgba(26, 43, 94, 1) 23%, rgba(47, 69, 135, 1) 50%, rgba(242, 102, 102, 1) 83%);
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    background: transparent;
}

body::-webkit-scrollbar {
    width: 0px;
}

.dark {
    background: #1a2b5e;
    background: linear-gradient(37deg, rgba(26, 43, 94, 1) 23%, rgba(47, 69, 135, 1) 50%, rgba(242, 102, 102, 1) 83%);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.navbar-color {
    background: #0a0a2b;
    background: linear-gradient(68deg,rgba(10, 10, 43, 1) 0%, rgba(17, 19, 74, 1) 42%, rgba(212, 85, 0, 1) 85%);
    color: white;
}

.text-style {
    color: white;
    text-decoration: none;
}

.button-color {
    color: rgba(242, 102, 102, 1);
    background-color: rgba(242, 102, 102, 1);
}

.def-text-style {
    color: rgba(212, 85, 0, 1);
    text-decoration: none;
}

.topbar {
    background-color: rgb(96,96,96);
}

.padding {
    padding: 2rem;
}

.top-padding {
    padding-top: 5rem;
}

.bottom-padding {
    padding-bottom: 1rem;
}

.tables-padding {
    padding-top: 1rem;
}

.separation-padding {
    padding-top: 2rem;
}

.text-left {
    text-align: left;
}

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

.profile-photo {
    border-radius: 100px;
    max-width: 40%;
    height: auto;
}

#card-dark {
    width: auto;
    color: white;
    background-color: rgb(42,42,42);
}

#dropcard {
    color: white;
    background-color: black;
}

.responsive-iframe {
  width: 100%;
  height: 100%;
}
