.background{
    background-image: linear-gradient(45deg, rgb(227, 227, 227), 50%, rgb(230, 230, 230) 50%);
    background-size: 20px 20px; 
}

.navText{
    color: maroon;
    text-decoration: none;
}
.navWrapper{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr  1fr;
}

.titleText{
    color: maroon;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 3vw;
}
.navigationBar{
    background-color: rgb(250, 245, 245);
    border-radius: 3vw;
    text-align: center;
    font-size: 3vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 36vw;
    height: 5vw;
    margin-bottom: 3vw;
}

.aboutMeWrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 3vw;
}

.aboutMe{
    width: 95%;
    border: .75vw solid;
    border-color: rgb(250, 245, 245);
    background-color: rgb(250, 245, 245);
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
}

.aboutMeImage{
    height: 30vw;
    width: fit-content;
    border: .25vw solid;
    border-color: rgb(194, 181, 181);
    background-color: rgb(194, 181, 181);
    border-radius: .5vw;
}

th{
    color: black;
    font-size: 1.5vw;
    text-decoration: underline;
}
td{
    color: black;
    font-size: 1.25vw;
    text-align: center
}
.boxTitle{
    color: black;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vw;
    margin-bottom: 1.5vw;
    margin-top: 1.5vw;
}

.boxText{
    color: black;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
    text-indent: 40px;
    margin-bottom: 2vw;
}

.statWraper{
    display: flex;
    justify-content: center;
}

.statsBox{
    width: 95%;
    border: .75vw solid;
    border-radius: 1vw;
    border-color: rgb(250, 245, 245);
    background-color: rgb(250, 245, 245);
    display: flex;
    flex-direction: column;
}

.statsTable{
    border-color: red;
    background-color: rgb(194, 181, 181);
    border: 3vw;
    border-radius: 1vw;
}

.listTitle{
    color: black;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2vw;
    margin-top: 1vw;
    margin-bottom: -1vw;
}
.listText{
    color: black;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
    text-indent: 40px;
}

.CDsRecordImage{
    width: 25vw;
    height: 25vw;
    border: .25vw solid;
    border-color: rgb(194, 181, 181);
    background-color: rgb(194, 181, 181);
    border-radius: .5vw;
}

.CdsRecordTextBox{
    width: 25vw;
    height: 2vw;
}

.CDsRecordWrapper{
    height: 30vw;
    border: .75vw solid;
    border-radius: 1vw;
    border-color: rgb(250, 245, 245);
    background-color: rgb(250, 245, 245);
    margin-bottom: 3vw;
}
.CdsRecordTextStyle{
    color:black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
}

.CdsRecordTextOrganizer{
    display: flex;
    justify-content:space-around;
}

.CdsRecordsLink{
    color: black;
    text-decoration: underline;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5vw;
}