﻿.Titles {
    text-align: center;
    text-decoration: underline;
    font-weight: bold;
    font-size: 40px;
}

.TextCenter {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    padding-bottom : 20px;
}

.TextLeft {
    text-align: left;
    margin-left: 5%;
    margin-right: 50%;
}

#TextSize {
    font-size: 20px;
}

#TitleSize {
    font-size: 30px;
}

.TextFont {
    font-family: fantasy;
}

.ImageRight {
    max-width: 125%;
    height: auto;
}

.ContainerRight {
    position: absolute;
    max-width: 100%;
    box-sizing: border-box;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.GlobalContainer {
    max-width: 100%;
    height: 100%;
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(0, 0, 0,0.1);
}

#NavbarButtons {
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    font-size: 20px;
    font-family: fantasy;
    border: none;
}

#NavbarButtons:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.Navbar {
    background-color: rgba(0, 0, 0,0.1);
    border:none;
    margin:auto;
}

.LowerNavbar {
    background-color: rgba(0, 0, 0,0.1);
    border:none;
    margin:auto;
}