html{
    background-color: #ffffff;
}
h1{
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

h2,h3,h4{
    text-decoration: underline;
    font-family: Arial;
    font-weight: bold;
}

body{
    font-family: Arial;
    color: black;
    font-size: medium;
    font-size: 20px;
}

table{
    border:2px solid;
    font-family: Arial;
    background-color: bisque;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:10px ;
    margin-right: 10px;
}
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 3.5rem;
    text-align: center;
    color: #4A148C;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}


img {
    border-radius: 60px;
    border: solid black
}

#button{
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: solid black;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;

}

#button:hover{
    background-color: darkblue;
}

#button2{
    background-color: blue;
    color: white;
    padding: 10px 20px;
    border: solid black;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 1s;
}

#button2:hover{
    background-color: darkblue;
}
.Foto{
    font-size: 7px;
}