*{
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    background: url(img/figma1.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.appserv_{
    display: inline-block;
    font-weight: lighter;
    color: white;
    padding: 10px;
    margin: 0px 0px 0px 20px;
}
.welcome_{
    display: inline-block;
    font-weight: lighter;
    color: white;
    padding: 10px;
    margin: 20px 0px 0px 20px;
}
.abc{
    border-radius: 25px;
    background-color: rgb(231, 225, 225, 0.8);
    border: 10px solid transparent;
    display: block;
    color: white;
    padding: 10px;
    margin: 20px;
    max-width: 130px;
    font-weight: lighter;
}
    .def{
        width: 120px;
        height: 20px;
        border-radius: 25px;
        background-color: rgb(231, 225, 225, 0.8);
        border: 10px solid transparent;
        display: block;
        color: white;
        font-weight: lighter;
    }

    a {
        text-decoration: none;
    }
    .ghj{
        width: 70px;
        height: 20px;
        border-radius: 25px;
        background-color: rgb(231, 225, 225, 0.8);
        border: 10px solid transparent;
        display: block;
        color: white;
        font-weight: lighter;
    }


    .mainnav ul {
        display: flex;
        justify-content: space-evenly;
        list-style: none;
        margin: 0px 0px 0px 800px
    }

    .mainnav a {
        color:white;
        text-decoration: none;
    }
    