
/* Universal Styles */

.backgroundStyle {
    background-image: url("./Pictures/staticSpace.gif");
    height: auto;
    width: auto;
    object-fit: cover;
}

#Background {
    background-color:rgba(54, 151, 203, 0.4);
    margin: 2%;
}

#Background2 {
    margin: 5% 20%;
    background-color:rgba(54, 151, 203, 0.4);
    border-radius: 20%;
}

#Background3 {
    margin: 5% 20%;
    background-color:rgba(54, 151, 203, 0.4);
    border-radius: 20%;
}

#Background4 {
    margin: 5% 20%;
    background-color:rgba(54, 151, 203, 0.4);
    border-radius: 20%;
}

#Background5 {
    margin: 5% 20%;
    background-color:rgba(54, 151, 203, 0.4);
    border-radius: 20%;
}

#textDisplay {
    margin: 0 25px;
    color: white;
    background-color:rgba(54, 151, 203, 0.4);
    border-color: #212529;
    font-size: 25px;
    font-family: monospace ;
    font-weight: bold;
    font-style: italic;
    padding: 10px;
}

#Header {
    color: white;
    text-align: center;
    text-shadow: 7px 7px #212529;
    background-color:rgb(54, 151, 203);
    border-color: #212529;
    border-width: 20px;
    border-style: groove;
    font-family: fantasy;
    font-size: 80px;
}

#Header1 {
    color: white;
    text-align: center;
    margin: 0 25%;
    background-color:rgba(54, 151, 203, 0.4);
    border-color: #212529;
    border-width: 20px;
    border-style: double;
    font-family: fantasy;
    font-size: 50px;
}

#Header2 {
    color: white;
    text-align: center;
    margin: 0 25%;
    background-color:rgba(54, 151, 203, 0.4);
    border-color: #212529;
    border-width: 20px;
    border-style: double;
    font-family: fantasy;
    font-size: 50px;
}

#Header3 {
    color: white;
    text-align: center;
    margin: 0 25%;
    background-color:rgba(54, 151, 203, 0.4);
    border-color: #212529;
    border-width: 20px;
    border-style: double;
    font-family: fantasy;
    font-size: 50px;
}

#Header4 {
    color: white;
    text-align: center;
    margin: 0 25%;
    background-color:rgba(54, 151, 203, 0.4);
    border-color: #212529;
    border-width: 20px;
    border-style: double;
    font-family: fantasy;
    font-size: 50px;
}


#TeamList {
    background-color:rgba(54, 151, 203, 0.4);
    padding-right: 1.5%;
    margin: auto;
    width: 65%;
}

#TeamList ul li {
    display: inline;
}

