h1 {
    font-size: 36px;
    font-weight: bold;
    color: #0077b6;
}


.first p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: rgb(155, 21, 21);
}

.first {
    background-color: bisque;
    padding: 10px;
}

.second {
    background-color:#90e0ef;
    padding: 10px;    
}


.third {
    background-color: #e4c1f9;
    padding: 10px;
}

img {
    width: 300px;
    height: auto;
    border: 3px solid #000000;
    border-radius: 20px;
}

button {
    background-color: #007BFF;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

button:hover {
    background-color: #00a7ef;
}

.nupp {
    background-color: #4caf50;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.nupp:hover {
    background-color:#66be68 ;
}

.nupp2 {
    background-color: #4caf50;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
