body {
    display: grid;
    align-items: center;
    justify-items: center;
    opacity: 0.949999988079071;
    background: linear-gradient(236deg, #272728 0%, #818EA4 100%);
	padding-top: 20px;
	padding-bottom: 20px;
}
html {
    font-family: 'Catamaran', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
}
.redes {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.redes a {
    max-width: 49px;
}
a {
    transition: .3s;
}
.whats {
    display: grid;
    gap: 20px;
}

.whats a {
    width: 350px;
    padding: 20px 0px;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 60px #fff inset, 4px 4px 0px #272728, 5px 7px 0px #27272859;
}
.whats a:hover {
    color: #fff;
    box-shadow: 0px 0px 0px 0px #fff inset, 4px 4px 0px #4b4b4b, 5px 7px 0px #27272800, 0px 0px 40px 50px #272728 inset;
}
.whats a img {
    position: absolute;
    left: 20px;
    max-width: 40px;
}

.logo {
    display: grid;
    justify-items: center;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.logo img {
    max-width: 200px;
}

@media only screen and (max-width:390px) {

    .whats a {
        width: 250px;
        padding: 20px 0px;
        padding-top: 25px;
    }
    html {
        font-family: 'Catamaran', sans-serif;
        font-weight: 700;
        font-size: 1rem;
    }
    .whats a img {
        position: inherit;
        left: 0px;
        max-width: 40px;
    }
    
}