body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(to bottom, rgb(224, 158, 174), rgb(142, 9, 62));
}

#MainImg img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-top: 10px;
}

.Img1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#p1 {
    font-weight: bold;
    margin-top: 5px;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
}
#p2 {
    color: lightgray;
    margin-top: -10px;
    font-family: 'Courier New', Courier, monospace;
}


/* ---------------------------------------------------------- */

.Link1{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.Link2{
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.menu-button {
    background-color: transparent;
    color: white;
    padding: 25px 25px;
    border: 2px solid white;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50px;
    width: 85%;
    text-decoration: none;
}

.copyright {
    margin-top: 40px;
    text-align: center;
    font-size: small;
}
.copyright a{
    text-decoration: none;
    color: gray;
}
#text1 {
    margin-top: -10px;
}


@media (max-width: 768px) {
    .menu-button {
        width: 80%; 
    }
}