.navigation {
    display: flex;
    justify-content: flex-start;
    padding: 30px;
}

.navigation a {
    text-decoration: none;
    color: #333;
    margin-right: 20px;
    color: rgb(255, 255, 251);
    font-size:20px ;
    font-family: fantasy;
}

.navigation a:last-child {
    margin-right: 0;
}

body {
    background-color: red;
    background-image: linear-gradient(to right, red , rgb(252, 252, 252));
  }

.cal img{
    padding-top: 120px;
    width: 60%;
    height: 60%;
}
.container {
    position: relative;
    float: right;
    padding-right: 40px;
}
.image {
    display: block;
    width:250px;
    height: 250px;
}
.text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color:rgb(57, 137, 241);
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-family: fantasy;
    font-size: 20px;
}
