*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #ffffff;
}

header{
    width: 390px;
    height: 80px;
    background-color: rgb(63, 140, 255);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

header p{
    text-align: center;
    color: #0095ff;
    font-size: 32px;
    font-family: Tahoma, sans-serif;
}
a{
    font-family: Tahoma, sans-serif;

    text-decoration: none;
    color: white;
}
main {
    width: 390px;
    height: 684px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
  }

main p{
    margin-top: 24px;
    margin-left: 10px;
    background-color: #ffffff;
    color: #0095ff;
    font-size: 24px;
    font-family: Tahoma, sans-serif;
}
img{
    border-radius: 10px;
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.144);
}
main img{
    width: 180px;
    height: 393px;
}
#note{
    width: 380px;
    height: 300px;
}
#desktop{
    width: 380px;
    height: 300px;
}
#rd-sociais{
    height: 20px;
    
}
#insta{
    box-shadow: none;
    width: 25px;
    height:20px
}
#WhatsApp{
    box-shadow: none;
    width: 30px;
    height:22px
}
button{
    color: white;
    background-color: rgb(63, 140, 255);
    padding: 7px;
    border: none;
    border-radius: 6px;
    transition: 0.2s;

}
button:hover{
    background-color: rgb(37, 104, 206);
    transition: 0.2s;
    border-radius: 10px;
}
footer{
    font-family: Tahoma, sans-serif;

    width: 390px;
    height: 80px;
    background-color: rgba(185, 185, 185, 0.171);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

footer p{
    text-align: center;
    color: #0095ff;
    font-family: Tahoma, sans-serif;
    font-size: 20px;
}
