html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}

.main {
	height: 100%;
    min-height: 100%;
	display: flex;
	flex-direction: column;
}

.title {
    color: #A3A2AE;
    background-color: #17181c;
    
    display: flex;
    flex: 4;
    flex-direction: column;
    text-align: center;
    justify-content: center;

    font-family: sans-serif;
    font-size: clamp(16px, 5vw, 36px);
}

.name, .role {
    margin-top: 0;
    margin-bottom: 0px;
}

.fa-github, .fa-linkedin, .fa-envelope {
    color: #A3A2AE;
    margin-top: 20px;
    margin-left: 20px;

    font-size: clamp(16px, 5vw, 36px);

}