body{
    background-image: url("/images/clouds.jpeg");
    align-items: center;
    display:flex;
    flex-direction: column;
    margin:0px;
    padding:0px;
    justify-content: space-between;
}
.title{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:0px;
    padding:0px;
    color:lime;
    font-size:40px;
    font-style:italic;
}
.title p{
    margin-left:20px;
    margin-right:20px;
}
a{
    color:rgb(10, 187, 187);
    text-decoration: none;
}
.object{
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:30px;
    justify-content: center;
    margin:70px;
}
.object img{
    width:270px;
    height:270px;
}
.object p {
    color:red;
    text-decoration: none;
    font-style: italic;
    font-size: 23px;
}
.links{
    display:flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
}