.text{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-family: 'Archivo', sans-serif;
    word-spacing: 5px;
}
h1,h2{
    text-align: left;
    position: relative;
    padding-left: 40px;
    font-family: 'Archivo', sans-serif;
    padding-top: 20px;
    color: rgb(98, 161, 243);
}
h1::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgb(117, 9, 241);
    opacity: 0.3;
    border-radius: 200px;
    top: 8px;
    left: 26px;
}
h2::after{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: rgb(117, 9, 241);
    opacity: 0.3;
    border-radius: 200px;
    top: 8px;
    left: 26px;
}
li{
    display: block;
    padding: 15px;
    font-size: 20px;
}
body{
    margin: 0px;
}
nav{
    background-color: bisque;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul{
    text-align: center;
}
a{
    text-decoration: none;
    position: relative;
}
a::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: rgb(117, 9, 241);
    opacity: 0.2;
    border-radius: 200px;
    top: -6px;
    left: -15px;
}
@media (max-width: 420px){
    li{display: block;padding: 0px;padding-top: 10px;}}
    
    body {
        padding-bottom: 50px;
    }