*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(148, 66, 241) ;
}
.main{
    height: 100vh;
    width: 100vw;
    background-image: url(bg-desktop.svg);
    background-color: rgb(148, 66, 241);
}
.nav{
    height: 10%;
    width: 20%;
}
.content{
    height: 90%;
    width: 100%;
}
.info-content1{
    margin-top: 90px;
}
.btn{
    background-color: rgb(245, 18, 226);
    border-radius: 30px 30px 30px 30px;
    width: 50%;
    margin-top: 20px;
}
.icon{
    border-radius: 60%;
    margin-top: 180px;
    border: 1px solid white;
    padding: 5px;
    margin-left: 20px;
}
