body{
    font-family: 'Roboto', sans-serif;
    background-color: white;
    background-image: url("pictures/lips.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:20%;
    margin:0px;
}

header{
    font-family: 'Cabin Sketch', cursive;
    height:15vh;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    width:100vw;
    color:white;
    background-color: black;
    top:0;
}
#navbar{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    text-align: center;
    background-color:black;
}
#navbaricon{
    display:flex;
    align-items: center;
    justify-content: center;
    padding:10px;
    font:15px;
    text-align: center;
    font-size: 20px;
    background-color: white;
    border-radius: 40%;
    
}
#navbaricon a{
    text-align: center;
    text-decoration: line-through pink;
    color:black;
}
#heading{
    text-align: center;
    padding:30px;
}
.rando {
    height:18vh;
}
.gallery{
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}
.gallerynav{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    background-color:none;
    text-align: center;
    font-family: 'Cabin Sketch', cursive;
    
}
.gallerynav a{
    text-decoration: none;
    color:black;
}
#nailnav{
    background-color:black;
    color:white;
    padding:10px;
    text-decoration: none;
    border-radius: 40%;
}
#nailnav a{
    color:white;
}
#nailpolishnav{
    background-color:black;
    padding:10px;
    color:white;
    text-decoration:none;
    border-radius: 40%;
}
#nailpolishnav a{
    color:white;
}
#nailarttoolnav{
    color:white;
    background-color:black;
    padding:10px;
    text-decoration: none;
    border-radius: 40%;
}
#nailarttoolnav a{
    color:white;
}
#images img {
    width:30vw;
    height:30vw;
}
#nails{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    grid-gap: 10px;
    background-color: none;
    text-align: center;
    font-family: 'Cabin Sketch', cursive;
    padding:30px;
}
#nailarttools{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    grid-gap: 10px;
    background-color: none;
    text-align: center;
    font-family: 'Cabin Sketch', cursive;
    padding:30px;
}
#nailpolish{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows:repeat(2,1fr);
    grid-gap: 10px;
    background-color: none;
    text-align: center;
    font-family: 'Cabin Sketch', cursive;
    padding:30px;
}

#backtotop {
    border-radius: 30%;
    font-family:'Cabin Sketch', cursive;
    background-color: black;
    padding:10px;
}
#backtotop a {
    color:white;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    #navbaricon {
        font-size: 15px;
    }
  }
