body {
    background-color: #000322;
    color: white;
}

p {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    color: white;
}

h1 {
    color: #FFF;
    font-family: Rubik;
    font-size: 5rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 100px;
}

h2 {
    color: #F23D5B;
    font-family: Rubik;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 10px;
}

label {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    color: white;
}

button {
    border-radius: 15px;
    background: #3C5DA8;
    width: 200px;
    height: 70px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border-style: none !important;
}

.img-fluid-thesis {
    max-width: 500px;
    height: auto !important;
    margin-top: 250px !important;
}

.img-fluid-picker {
    max-width: 32px;
    height: auto;
    margin-top: 115px;
    float: right;
}

a {
    text-decoration: none;
}

.top {
    margin-top: 100px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: white;
    text-align: center;
}