body{
    background-image: url(blackgold.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: rgb(255,255,255);
}

.welcome{
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 75px;
    

}

.subtitle{
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif ;
    height: 75;
    font-size: 25;
}

.circleoutlinepfp {
    width: 150px;
    height:150;
    border-radius:50%;
    background-color: #3498db;
    overflow: hidden;
    align-items: center;
    margin-left: auto;
    margin-right: auto;

}

.circleoutlinepfp img {
    width: 100%;
    height: 100%;
    object-fit: center;

}

.generalfontAM {
    font-family:Georgia, 'Times New Roman', Times, serif ;
    text-align: center;
    background-color: rgba(140, 26, 26, 0.23);
    padding-top: 10px;
    padding-bottom: 10px;

}

.generalfontS {
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-align: center;

    background-color: rgba(25, 95, 31, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;

    justify-content: center;
    margin: 0 auto;

    width:500px;
    border-radius: 80px
}

.generalfontS2 {
    display: inline-block;
    text-align: left;
}

.generalfontPeak {
    font-family:Georgia, 'Times New Roman', Times, serif;

    background-color: rgba(68, 87, 185, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;

    justify-content: center;

    display: flex;
    flex-direction: row;
    gap: 10%;

    width: 800px;
    border-radius: 80px
}

.generalfontPeak2 {
        text-align: left;
}

.generalfontPeak3 {
        text-align: left;
}

.href:link {
    color:white;
}


.href:visited {
    color:white;
}

.href:hover {
    color:antiquewhite;
}
