@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');


.app {
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 72px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #C90407;
    -webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}


p {
    text-align: center;
    align-content: center;
}

.top {
    padding-top: 20px;
}

.h{
    font-size:20px;
    font-family: 'Rowdies', sans-serif;
}


#messeger {
    color: #2080ff;
    font-size: 50px;
    }

.button2{
    width: 65px;
    height: 65px;
    background: #edfbff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .3s ease all;
}

.button2:hover {
    background: #FFFFFF;
    color: #1872EB;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}


#whatsapp {
    color: #19CC05;
    font-size: 50px;
    }

.button1 {
    width: 65px;
    height: 65px;
    background: #f2fcf1;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: .3s ease all;
}

.button1:hover {
    background: #f1ffe6;
    color: #70D856;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
