html {
    background-color: rgb(81, 155, 192);
}

h1 {
    text-align: center;
    color: rgb(173, 213, 232);
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 100px;
}

h2 {
    text-align: center;
    color: rgb(173, 213, 232);
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 50px;
}

p {
    font-family: Arvo;
    color: rgb(173, 213, 232);
    font-size: 20px;
    margin: 40px;
}

.titles {
    display: flex;
    font-family: "Mrs Saint Delafield", cursive;
    font-size: 75px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    color: rgb(173, 213, 232);
}
.mrs-saint-delafield-regular {
    font-family: "Mrs Saint Delafield", cursive;
    font-weight: 400;
    font-style: normal;
}

.model {
    height: 100%;
    width: 70%;
    display: flex;
    flex-direction: row;
    /*border: 1px solid black; */
}

.fermions{
    /*border: 1px solid black;*/
    width: 50%;
    display: flex;
    flex-direction: column;
}

.quarks {
    /*border: 1px solid black;*/
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.leptons {
    /*border: 1px solid black;*/
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.bosons{
    /*border: 1px solid black;*/
    width: 50%;
    display: flex;
    flex-direction: row;
}

.gauge-bosons {
    /*border: 1px solid black;*/
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.scalar-bosons {
    /*border: 1px solid black;*/
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.item {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    margin: 10px;
    font-family: Arvo;
}

.item :hover {
    border: 8px solid rgb(81, 155, 192);
    border-radius: 20px;
}

.item a {
    margin-bottom: 6px;
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

img {
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: rgb(173, 213, 232);
}


 a:hover {
   color: rgb(33, 136, 188);
}

.sections {
    display: flex;
    font-family: Arvo, cursive;
    font-size: 20px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 70px;
    color: rgb(173, 213, 232);
}

.quarks {
    color: #cb99ed;
}

.leptons {
    color: #82d94f;
}

.gaugebosons {
    color: #ee7a5f;
}

.scalarbosons {
    color: #eeca4b;
}

.footer{
    margin-top: 30px;
    background-color: white;
    /*border: 8px solid rgb(33, 136, 188);
    border-radius: 10px;*/
    margin: 0;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: space-evenly;
}

.footer p {
    font-size: 15px;
    margin: 10px;
}

.footer a{
    padding: 10px;
    font-family: Arvo;
    color: rgb(173, 213, 232);
}

.footer a:hover{
    color: rgb(33, 136, 188);
}
