body {
    background-color: black;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: arial;
	color: white;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    gap: 0;
}

a {
	color: white;
    text-decoration: none;
}

.profile-image {
    margin-top: 60px;
    width: 100%;
    max-width: 465px;
}

.profile-image img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.socials-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items: center;
    width: 100%;
    max-width: 480px;
}

.socials-spot {
    max-width: 80px;
}

.icon {
    width: 100%;
    height: auto;
    background: none;
}

.icon:hover {
    opacity: 0.8;
}
