body {
    background-color: rgb(192, 75, 95);

}

.container {
    column-count: 1;
    /* column-width: 250px;
    column-gap: 20px; */
}

.card {
    break-inside: avoid;
    background-color: rgb(176, 31, 166);
    border: 2px solid rgb(211, 59, 59);
    padding: 10px;
    margin: 0 0 1em 0;
}

.NavbarHolder{
    display: flex;
    position: fixed;
    top: 10px;
    width: 95%;
    height: 4.875vw;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* z-index: 99 !important; */
}

.Navbar{
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    background: #ea729e;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: rgba(240, 221, 221, 0.9);
    text-decoration-color: rgb(11, 11, 11);
}

a{
    font-family: Georgia, courier, courier new, sans-serif;
    color: rgba(20, 49, 129, 0.9);
    text-decoration-color: rgb(87, 70, 243);
    font-weight: bold;
}


main:nth-of-type(1) {
    margin-top: 9.8vw;
    color:rgb(228, 193, 247);
    font-family: sans-serif;
}  

h2:nth-of-type(1) {
    text-align: center;
    font-style: italic;
    background-color: rgb(243, 243, 244);
    /* font-family: sans-serif; */
}  

img:nth-of-type(1) {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}  

button{
    color: white;
    background-color: rgb(55, 102, 168);
    /* background-image: url(pics/blue_particle.jpg) no-repeat; */
    padding: 40px;
    border: none;
    border-radius: 10px;
}

button:hover {
    background-color: rgb(49, 16, 93);
}