button{
    background-color: lightblue;
    color:white;
    border-color: lightblue;
    border-radius: 50px;
    width:60;
    height:25px;
    cursor:pointer;
}
body{
    font-family:monospace;
    font-weight: 100;
}
.menu{
    width:100vh;
    height: 10vh;
    display:flex;
    flex-direction: row;
    background-color: lightcyan;
}
.h1{
    font-family:monospace;
    font-size: x-large;
}
p{
    font-family:monospace;
    font-size:medium;
}
.img{
    width:200px;
    height:200px;
}
