/* Theme */

main {
    color: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 165px 0 124px;
    width: 100%;
    margin: auto;
    height: 100vh;
    background-color: #242628;
    background-image: url(../../world.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 70px;
    background-origin: padding-box;
}

.icons-social a {
	color: #FAFAFA;
}

.icons-social a svg path{
	fill: #FAFAFA;
}

.top-right-link {
    position: absolute;
    top: 30px;
    right: 30px;
    text-decoration: none;
    padding: 5px;
    background-color: #fbad41d9;
    color: #2b2d2f;
    border-radius: 5px;
}
