@import url(https://fonts.googleapis.com/css?family=Aldrich);

.rectangle {
    background-color: rgba(40,40,40,0.7);
    margin-top: 40px;
    max-width: 70vw;
    min-width: 50vw;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 3px solid green;
}

.text {
    padding: 10px 15px;
    max-width: calc(100% - 30px);
}

a:link{
    color: #db00db;
}

a:visited{
    color: #db00db;
}

a:hover {
    color: #f116f1;
}



.Patches {
    height: 70px;
    width: auto;
}

.Pictures {
    height: fit-content;
    width: auto;
    max-width: calc(100%);
}

.header {
    position: sticky;
    top: 0;
    padding: 10px;
    background-color: rgb(40,40,40);
    border-bottom: 5px solid limegreen;
    display: flex;
    flex-direction: row;   
    justify-content: center;
}

body { 
    background-image: url("Pictures/Leopard_BwModOnTwitter.jpg");
    background-color: rgb(40,40,40);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    color: white;  
    text-align: center; 
    font-family: Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.BiggestText {
    font-size: 60px;
    display:block;
    margin: 0px 100px;
    font-family: 'Aldrich';
}

.BiggerText {
    font-size: 40px;
    display:block;
}

.BigText {
    font-size: 30px; 
    display: block;
}

.NormalText {
    font-size: 20px;
    text-align: left;
}