
.h1-name{
    font-family: "Audiowide", sans-serif;
    background-color: var(--pink);
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
}

nav a, nav li, .btt {
    text-decoration: none;
    list-style: none;
    list-style-type: none;
}

ul {
    list-style-type: none;
    padding-inline-start: 0;
}

p {
    font-family: 'Rajdhani', sans-serif;
    font-size: 1em;
}

.back-to-top {
    text-align: center;
    margin: 80px auto 30px;
}

.btt {
    display: inline-flex;
    border: 2px solid var(--black);
    background-color: var(--pink);
    padding: 20px;
    transition: 0.2s ease-out;
}

.separate {
    content: "";
    position: relative;
    z-index: -1;
    width: 230px;
    height: 2px;
    margin: 50px auto 10px;
    background-color: var(--black);
}

@media screen and (min-width: 768px) {

}


@media screen and (min-width: 1024px) {

.h1-name {
    font-size: 2em;
}

}

@media screen and (min-width: 1440px) {

.h1-name {
    font-size: 2.3em;
}
    
}