#main-section {
    height: 100vh;
    background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(img/total.svg) no-repeat;
    background-size: cover;
}

.typing-pipe {
    font-weight: 600;
}

a {
    color: black;
    text-decoration: underline;
}

.main-text {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5));
}

.name {
    font-family: Georgia, serif;
}

h1 {
    font-size: 4.5em;
}

@media only screen and (max-width: 380px) {
    h1 {
	font-size: 2.2em;
	margin: 2.8rem 0 0.88rem 0;
    }
    h2 {
	font-size: 1.65em;
	margin: 1.46rem 0 0.88rem 0;
    }
    h4 {
	font-size: 1.1em;
    }
}

@media only screen and (min-width: 380px) and (max-width: 600px) {
    h1 {
	font-size: 2.64em;
	margin: 2.8rem 0 0.88rem 0;
    }
    h2 {
	font-size: 1.98em;
	margin: 1.46rem 0 0.88rem 0;
    }
    h4 {
	font-size: 1.32em;
    }
}

@media only screen and (min-width: 600px) and (max-width: 660px) {
    h1 {
	font-size: 3.8em;
    }
    h2 {
	font-size: 3.2em;
    }
    h4 {
	font-size: 2.05em;
    }
}

/* @media only screen and (min-width: 660px) and (max-width: 992px) { */
/* } */

/* @media only screen and (min-width: 993px) { */
/* } */
