html {
    width: 100%;
    height: 100%;
    background-color: var(--background);
}
body {
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 32px;
    background-color: white;
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header {
    display: block;
    position: relative;
    height: 35%;
}

logo {
    display: block;
    position: absolute;
    background-image: url('../img/logo.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    width: 80%;
    height: 70%;
    left: 10%;
}

picture {
    display: block;
    position: absolute;
    width: 25vh;
    height: 25vh;
    top: 60%;
    left: calc(50% - 12.5vh);
    background-image: url('../img/picture.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #DEDEDE;
}

name {
    position: initial;
    display: block;
    color: #25326C;
    font-size: 100%;
    font-weight: bold;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    text-align: center;
}

title {
    position: initial;
    display: block;
    color: #42535C;
    font-size: 64%;
    font-weight: normal;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: -0.25px;
}

button {
    position: initial;
    display: block;
    height: 60px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    background-color: #1C3E7F;
    color: #FFF;
    border-radius: 8px;
    font-size: 45%;
    text-align: center;
    border: none;
    text-transform: uppercase;
}

quickbtns {
    display: table;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10%
}
qbtn {
    display: table-cell;
    font-size: 25px;
    color: #1C3E7F;
}
qbtn i {
    width: 25px;
    height: 25px;
    background-color: #FFF;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
rrss {
    display: table;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    border-bottom: 0.5px solid rgba(255,255,255,0.7);
    opacity: 0.7;
}
rrsslogo {
    display: table-cell;
    width: 33.333333%;
    vertical-align: middle;
    color: #42535C;
    text-align: center;
    font-size: 100%;
}
rrsstext {
    display: table-cell;
    vertical-align: middle;
    color: #42535C;
    text-align: center;
    font-size: 70%;
}