.nayavnist{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nayavnist h1{
    margin: 40px auto;
    text-align: center;
}

.nayavnist img{
    margin: 0 auto;
    width: 70%;
    display: block;
    object-fit: contain;
    border-radius: 10px;
}

.nayavnist p{
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 10px auto;
}

.nayavnist button{
    border: none;
    padding: 15px 20px;
    background-color:#002855;
    color: white;
    font-weight: 600;
    border-radius: 8px;

    &:hover{
        border: 3px solid #002855;
        color: black;
        background-color: transparent;
        cursor: pointer;
    }
}

.nayavnist a{
    text-decoration: none;
    color: white;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 5%;
    &:hover{
        color: black;
    }
}