* { 
    margin: 0px;
    padding: 0px
}
.newsHead{
    font
}
html,body{
    position: relative;
}
body{
    overflow-y: auto;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

.top-border-color {
    display: inline;
    background: linear-gradient(96.34deg, #e537b9 0%, #c040df 100%);
    width: 27px;
    height: 9px;
    border-radius: 4.5px;
}