body{
    padding: 0;
    margin:0;
    background-color: black;
}
#top{
    font-family: Poppins;
    color: #5985E1;
    font-weight: 800;
    font-size: 28px;
    display: flex;
    gap: 10px;
    padding: 30px;
}

img{
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

#main{
    color: #5985E1;
    font-size: clamp(40px, 5vw, 80px);
    text-align: center;
    font-family: Poppins;
    margin-top: 150px;
    font-weight: bold;
}
span{
    font-size: clamp(30px, 5vw, 40px);
    font-weight: 400;
}