.bgcolor {
    background-color: #eed9a3;
    background: #eed9a3;
    background-size: cover;
    overflow: auto;
}

.bg {
    background-color: #eed9a3;
    background-size: 100%;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
}

.logo {
    width: 60%;
    position: relative;
    height: auto;
    margin: 0 auto;
}

div.content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
}

socialmedia.icon {
    width: auto;
    height: auto;
}

.icon {
    width: auto;
    height: 90%;
}

.socialmedia {
    height: 10%;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}