.Info{

    
    text-align: center;
    background-color: bisque;
    justify-content: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: fit-content;
    pad: 20px 30px;;
    border-radius: 10%;
}

body{
    background-color: aquamarine;
}
.container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Info .home{
    background-color: white;
    text-decoration: none;
    color: black;
    border: 2px solid;
    border-radius: 20%;
}


.Header{
    background-image: url(/img/OIP.jpg);
    background-size: cover;
    height: 150px;  
    display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: fill;
    align-items: center;
    color: black;
    gap: 5px;
}

.Header .About{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background-color:bisque;
    color: black;
    border: 2px solid rgb(245, 179, 179);
    border-radius: 5%;   
}

