.container {
    display: grid;
    align-items: center; 
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5px;
    background-color: #197278;
    border-radius: 10px;
    padding: 25px;
    margin: 100px;

}
.text {
    margin: 40px;

}
.footer{
    background-color: #197278;
}
.portfolio_home {
    background-color: 283D3B;
}
*{
    color:#EDDDD4
}
header{
    background-color: #197278;

}
.body{
    background-color:#283D3B ;
}
#i1{
    max-width: 100%;
    max-height: 100%;
}
#i2{
    max-width: 100%;
    max-height: 100%;
}
.calistoga-regular {
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
  }
html{
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style:normal;

}
p{
    font-family: "Inter", sans-serif;
}

  
