body {
    font-family: "Breezeblocks", "PT Sans", Calibri, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(125, 141, 133);
    color: white;
    overflow-x: hidden;
}
.schedule-header{
    display: none;
}
.Party{
    text-align: center;
    margin: 7rem auto;
    max-width: 600px;
    max-height: 700px;
    margin-bottom: 10rem;
}
.Row1{
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 4rem;
}
#Bestman {
    display: flex;
    margin: auto;
    width: 290px;
    align-items: center;
    flex-direction: column;
}
#Bestman p2{
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
}
#Line {
    background-color: rgb(255, 255, 255);
    width: 1px;
    height: auto;
}
#MaidofHonor{
    margin: auto;
    display: flex;
    width: 290px;
    align-items: center;
    flex-direction: column;
}
#MaidofHonor p2{
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
}

.Row2{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
    font-size: 4rem;
}
#Groomsman {
    display: flex;
    margin: auto;
    width: 290px;
    align-items: center;
    flex-direction: column;
}
#Groomsman p2{
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
}
#Line {
    background-color: rgb(255, 255, 255);
    width: 1px;
    height: auto;
}
#Bridesmaid{
    margin: auto;
    display: flex;
    width: 290px;
    align-items: center;
    flex-direction: column;
}
#Bridesmaid p2{
    font-family:'Courier New', Courier, monospace;
    font-size: 1rem;
}

.Row3{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3rem;
    font-size: 4rem;
}



@media only screen and (max-width: 600px) {

    .schedule-header{
        display: flex;
        justify-content: center;
        font-size: 6rem;
        color: white;
        padding-top: 6rem;
        height: 4rem;
    }
    #Bestman {
        display: flex;
        margin: auto;
        width: 100px;
        align-items: center;
        flex-direction: column;
    }
    #Groomsman {
        display: flex;
        margin: auto;
        width: 100px;
        align-items: center;
        flex-direction: column;
    }
    #MaidofHonor{
        width: 100px;
        align-items: center;
        flex-direction: column;
    }
    #Bridesmaid{
        margin: auto;
        display: flex;
        width: 100px;
        align-items: center;
        flex-direction: column;
    }
}

@media only screen and (max-width: 380px) {

}