.main-page-div{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
    gap: 30px;
    margin-bottom: 100px;
}

h2{
    font-size: x-large;
    font-weight: 550;
    margin-top: 10px;
    color: #131189;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.assaym-description{
    display: flex; 
    width: 50%; 
    margin-left: auto; 
    margin-right: auto; 
    text-align: center;
}

p{
    text-align: center;
}

a{
    text-decoration: none;
    color: blue;
}

a:hover{
    color: rgb(186, 49, 228);
}