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

body::-webkit-scrollbar-track {
    background: #0c0d0d;
}

body::-webkit-scrollbar-thumb {
    background-color: #2c2c2c;
    border-radius: 20px;
    width: 14px;
}

.header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 75px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: white;
    padding: 2px;
    box-shadow: 0 0 10px 0 #000;
}

.header h1 {
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    bottom: -10px;
    margin: auto;
    font-size: 20px;
    display: inline-block
}

.header h1:hover {
    transform: scale(110%);
    transition: transform 0.2s;
    text-decoration: underline 2px;
    text-underline-offset: 30px;
}

body {
    max-width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #0c0d0d;
    display: flex;
    flex-direction: column;
}

.foot {
    position: relative;
    background: rgba(24, 24, 24, 0.4);
    bottom: -140px;
    min-width: 100%;
    left: -17px;
    margin-right: -23px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    text-align: center;
    font-size: 7px;
    letter-spacing: 1px;
    padding: 10px;
    box-shadow: 0 0 10px 0 #000;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}

@media screen {
    .foot {
        width: 530px;
    }
}

.foot img {
    width: 350px;
    height: 250px;
    margin-top: 20px;
}

.box {
    position: relative;
    border-radius: 25px;
    right: 5px;
    width: 450px;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
    margin: auto;
    top: 80px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    border-width: 2px;
    box-shadow: 0 0 10px 0 #000;
}

.box h2 {
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 100;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.box-img {
    border-radius: 50%;
    width: 350px;
    height: 350px;
}

.box h1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 140;
}

.box h5 {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
}

.box p {
    text-align: justify;
}

.box li {
    display: inline-block;
    margin: 6px;
    list-style: none;
}

.box li a {
    color: #68a1f4;
    text-decoration: none;
    font-size: 40px;
    transition: all ease-in-out 250ms;
    text-decoration: underline 3px;
}

.box li a:hover {
    color: #888888;
}

.smallfooter {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding: 10px;
    text-align: center;
}

.link {
    width: 50px;
    height: 50px;
    padding-right: 10px;
}

.buttons {
    border-radius: 25px;
    width: 110px;
    height: 50px;
    text-align: center;
    margin: 5px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    border: #292929;
    border-style: solid;
    color: white;
    background-color: rgb(65, 65, 65);
}

.buttons:hover {
    transform: scale(110%);
    transition: transform 0.2s;
}

.buttons-img {
    padding-top: 3px;
    width: 40px;
    height: 40px;
}

.box-2 {
    position: relative;
    right: 5px;
    border-radius: 25px;
    width: 450px;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
    margin: auto;
    top: 100px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    border-width: 2px;
    box-shadow: 0 0 10px 0 #000;
}

.box-2 h2 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 100;
}

.innerbox {
    padding: 40px;
    width: auto;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    margin: 6px;
    color: white;
    font-size: 20px;
    font-family: 'Ubuntu', sans-serif;
    min-width: 350px;
}

.innerbox h1 {
    position: relative;
    color: rgb(255, 255, 255);
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    text-align: center;
}