body {
    margin: 0;
    font-family:Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(255, 215, 215);
}

button {
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 0 auto;
}

.horizholder{
    display: flex;
    /* flex-wrap: wrap;  */
    flex-direction: row;
    margin-left: 225px;

    
}

.vertholder{
    display: flex;
    flex-direction: column;
}

.subtitle {
    color:maroon;
    text-align: center;
    padding-bottom: 5;
    font-size: 30;
    /* padding-top: 25vh; */
}

.subsubtitle {
    margin-left: 225px;
    margin-right: 100px;
    font-size: 20;
}

.homesubtitle {
    color:maroon;
    /* text-align: center; */
    padding-bottom: 5;
    font-size: 30;
    /* padding-top: 25vh; */
}

.homesubsubtitle {
    /* /* margin-left: 225px; */
    margin-right: 100px;
    font-size: 20;
    /* justify-content: space-around; */
    text-align: justify;
}

.subsubsubtitle {
    margin-left: 250px;
    font-size: 18;
}

.subsubsubtitle {
    margin-left: 250px;
    font-size: 18;
}

.resumesection{
    padding-bottom: 50px;
}

.resumesubsection {
    padding-bottom: 25px;
}

.bullet {
    margin-left: 300px;
}

.sbutton{
    display: block;
    width: fit-content; 
    margin: auto; 
    padding: 10px 20px;
    background-color: maroon;
    color: white;
    font-size: 24;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    /* border-color: maroon; */
    border-style: hidden ;
}

.soloparagraph{
    /* padding-top: 15vh; */
    font-weight: bold;
    /* margin: 200px; */
    /* color: maroon; */
}

.download-link {
    display: block;
    width: fit-content; 
    margin: auto; 
    padding: 10px 20px;
    background-color: maroon;
    color: white;
    font-size: 24;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 100px;
}

.download-link:hover {
    background-color: #575757;
}

.pdfholder {
    margin: 0 auto;  
    /* margin: 100; */
    display: flex;
    justify-content: center;
}

img{
    text-align: center;
}

.topheader {
    height: 200px;
    width: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    background-color: maroon;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    z-index: 1000;
    border-radius: 0px 0px 150px 150px;
    font-size: 50px;
}

.sidebar {
    height: 100vh;
    width: 205;
    position: fixed;
    top: 0%;
    left: 0;
    background-color: maroon;
    padding-top: 0px;
    border-radius: 0 150px 150px 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar ul {
    list-style-type: none;
    /* padding-top: 100; */
    padding-left: 0;
    margin: 0;
    justify-content: center;
    /* padding-top: 250px; */
}

.sidebar ul li {
    text-align: center;
    padding: 10px 0;
}

.sidebar ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    text-align: left;
    font-size: 25;
    border-radius: 20px;
}

.sidebar ul li a:hover {
    font-weight: bolder;
}

p {
    margin-left: 220px;
    margin-top: 0%;
    padding: 2px;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
