@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

body {
    background-color: #C2005D;
    color: white;
    font-family: 'Relaway', sans-serif;
}

#main {
    background-color: white;
    color: black;
    padding: 20px 40px;
}

#logo {
    max-height: 150px;
}

.btn-form {
    background-color: #C2005D;
    color: white;
    text-decoration: none;
    width: 300px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    border: 0;
}

.btn-form:hover {
    transition: transform .5s ease;
    transform: scale(1.05);
    border: 0;
}

input {
    margin-bottom: 8px;
}

a {
    text-decoration: none;
}
