*{
    margin: 0;
    padding: 0;
}
.contact {
    background-color: rgba(255, 0, 149, 0.552);
    color: white;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
