/* Style Settings */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300&display=swap');

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #CCC;
}

::-webkit-scrollbar-thumb {
    background: #333;
    height: 100px;
    border-radius:5px;
}

:root {
    --accentColor: #F7FAFA;
    --complementColor: #F7FAFA;
    --opponentColor: #000000;
    --font: 'Source Sans Pro', sans-serif;
}

body {
    color: var(--accentColor);
    background-color: var(--accentColor);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0; 
    transition: opacity 1.5s;
}

.photo {
    width: 100px;
    height: 100px;
    display: block;
    margin: 50px auto 25px;
    border: 1.5px;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--opponentColor);
}

.headerText {
    color: var(--opponentColor);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    text-decoration: none;
    text-align: center;
    max-width: 380px;
    margin: auto;
}

.paragraphText {
    color: var(--opponentColor);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    text-decoration: none;
    text-align: center;
    max-width: 380px;
    margin: auto;
}

.disclaimerText {
    color: var(--opponentColor);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    text-decoration: none;
    text-align: justify;
    max-width: 380px;
    margin: auto;
}

.links {
    max-width: 400px;
    width: auto;
    display: block;
    margin: 27px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.link {
    display: block;
    background-color: var(--opponentColor);
    color: var(--complementColor);
    font-family: var(--font);
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 17px;
    text-decoration: none;
    font-size: 1rem;
    border-color: var(--complementColor);
    border: 1.5px;
    border-style: solid;
    border-radius: 30px;
    transition: 0.5s;
}

.link:hover {
    background-color: var(--complementColor);
    color: var(--opponentColor);
    border-color: var(--opponentColor);
}

.section {
    padding: 0px 15px 30px;
}

.dividerText {
    color: var(--opponentColor);
    padding: 0 0 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    text-decoration: none;
    text-align: center;
    max-width: 380px;
    margin: auto;
}

.dividerparaText {
    color: var(--opponentColor);
    padding: 0 0 20px 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: var(--font);
    text-decoration: none;
    text-align: center;
    max-width: 380px;
    margin: auto;
}
