body{
    background-color: rgb(54, 54, 54);
}

.SoPrimicoLogo{
    background-color: rgb(32, 32, 32);
    width: 100%;

    display: flex;
    align-items: center;

    padding: 10px;         
    box-sizing: border-box;
    box-shadow: rgb(0, 0, 0) 1.5px 0 15px;

    border-radius: 20px;
}


.SoPrimicoLogo img{
    width: 60px;
    height: auto;
    display: block;
}


.SoPrimicoLogo h3{
    color: white;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    text-align: center;
    text-shadow: yellow 1px 0 10px;
    color: rgb(224, 224, 49);
    font-size: 20px;
}

.Menu {
    background-color: rgb(32, 32, 32);
    width: 100%;
    display: flex;
    justify-content: center; 
    flex-wrap: wrap;         
    gap: 10px;               
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: rgb(0, 0, 0) 1.5px 0 15px;
    border-radius: 20px;
    margin-top: 10px;
}
.Menu button {
    background-color: rgb(32, 32, 32);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    box-shadow: rgb(0, 0, 0) 1px 0 10px;
    border-radius: 10px;
    flex: 1 1 120px;  
    max-width: 200px; 
}

.Welcomes {
    background-color: rgb(32, 32, 32);
    color: white;
    font-family: Arial, sans-serif;
    padding: 20px;
    margin-top: 20px;
    box-shadow: rgb(0, 0, 0) 1.5px 0 15px;
    border-radius: 20px;
}

.Welcomes h2 {
    text-align: left;
    color: rgb(224, 224, 49);
    text-shadow: yellow 1px 0 10px;
}
.Welcomes p {
    font-size: 16px;
    line-height: 1.5;
}

.community {
    background-color: rgb(32, 32, 32);
    color: white;
    font-family: Arial, sans-serif;
    padding: 20px;
    margin-top: 20px;
    box-shadow: rgb(0, 0, 0) 1.5px 0 15px;
    border-radius: 20px;
    text-align: center;
}
.community p {
    font-size: 16px;
    margin-bottom: 10px;
}
.community button {
    background-color: rgb(54, 54, 54);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    box-shadow: rgb(0, 0, 0) 1px 0 10px;
    border-radius: 10px;
}