.main
{
    margin: 0 2vw;
    margin-top: -40px;
    width: calc(100% - 4vw);
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 10px -5px black;
}

.footer
{
    margin: 0 2vw;
    padding: 35px 0;
    width: calc(100% - 4vw);
    background-color: rgb(48, 48, 48);
    box-shadow: 0 0 10px -5px black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    box-sizing: border-box;
}

.socialmedia
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialmedia svg
{
    width: 30px;
    fill: white;
}

.socialmedia a
{
    margin: 0 15px 15px 15px;
}

.button
{
    padding: 15px 35px;
    color: white;
    background-color: #f391b3;
    outline: none;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px black;
    text-decoration: none;
}

.button_section
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}