.info-container-5{
    background-color: #8a1e58;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .info-container-5{
        background-color: #8a1e58;
    }
}

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

    .item-whatsapp{
        bottom: 10vw;
        height: 10vw;
        width: 10vw;
        line-height: 10vw;
        align-items: center;
        left: 85%;
    }
}

.baseline{
    padding-bottom: 60px;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #8a1e58;
    width: auto;
    height: fit-content;
}

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

.bottom-buttoms .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto; 
}

.bottom-buttoms a{
    display: block;
    color: black;
    border-radius: 5px;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
    background-color: #ffffff;
    border: #ffffff;
    margin: 10px;
}

.bottom-buttoms li a:hover {
    background-color: #8a1e58;
    transition: background-color 1s;
    color: #ffffff;
}

.bottom-buttoms-1 .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto; 
}

.bottom-buttoms-1 a{
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    background-color: #8a1e58;
    border: #8a1e58;
}

.bottom-buttoms-1 li{
    padding-bottom: 8px;
}

.bottom-buttoms-1 li a:hover {
    background-color: #ffffff;
    transition: background-color 1s;
    color: #8a1e58;
    border: 1px #8a1e58;
}

.bottom-buttoms-2 .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto; 
}

.bottom-buttoms-2 a{
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 14px 16px;
    align-items: center;
    text-decoration: none;
    background-color: #8a1e58;
    border: #8a1e58;
}

.bottom-buttoms-2 a:hover{
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 1s;
    color: #8a1e58;
    border: 1px #8a1e58;
   
}

.bottom-buttoms-3 .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto;
}

.bottom-buttoms-3 a{
    display: block;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 14px 16px;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    background-color: #8a1e58;
    border: #8a1e58;
}

.bottom-buttoms-3 a:hover{
    text-decoration: none;
    background-color: #ffffff;
    transition: background-color 1s;
    color: #8a1e58;
    border: 1px #8a1e58;
   
}

.bottom-buttoms-4 .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto;
}

.bottom-buttoms-4 a{
    display: flex;
    color: #8a1e58;
    border-radius: 50px;
    padding: 14px 16px;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    background-color: #ffffff;
    border: #8a1e58;
}

.bottom-buttoms-4 a:hover{
    text-decoration: none;
    background-color: #8a1e58;
    transition: background-color 1s;
    color: #ffffff;
    border: 1px #8a1e58;
   
}

.bottom-buttoms-5 .eventOnClick {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-right: auto;
}

.bottom-buttoms-5 a{
    display: flex;
    color: #8a1e58;
    border-radius: 50px;
    padding: 14px 16px;
    width: fit-content;
    text-decoration: none;
    background-color: #ffffff;
    border: #8a1e58;
}

.bottom-buttoms-5 a:hover{
    text-decoration: none;
    background-color: #8a1e58;
    transition: background-color 1s;
    color: #ffffff;
    border: 1px #8a1e58;
   
}

.baseline-powered-by{
    background-color: #8a1e58;
    display: flex;
    justify-content: center;
}

.powered-by{
    color: white;
    font-style: italic;
    text-align: center;
    font-size: 0.5vw;
}

@media only screen and (max-width: 768px) {
    .baseline{
        background-color: #4f0323;
        display: flex;
        justify-content: center;
        justify-content: center;
    }

    .powered-by{
        color: white;
        font-style: italic;
        text-align: center;
        font-size: 1.5vw;
        padding: 2vw;
    }
}