a {
    text-decoration: none;
    color: #1a73e8;
    font-weight: 400pt;
    font-size: 25px;
}

a:hover {
    color: #0b57d0;
    font-weight: 900pt;
}

a:focus-visible {
  outline: 2px solid #0b57d0;
  outline-offset: 3px;
}

#party1 {
    background-color: #FFF2F2; 
    border-radius: 15px; 
    margin: 10px 20px;
    padding:5px;
}

#party1:hover {
    background-color: #E5E0FF;
}

#title {
    text-align: center;
}