*{
    font-family: Verdana, Geneva,
    Tahoma, sans-serif;
    font-size: 1.2rem;
}

body{
    background: lightskyblue;
    background: linear-gradient(to right, lightskyblue, white);
}

.container
{
    align-content: center;
    background: white;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

h1{
    text-align: center;
}

.showcase{
    width: 300px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    border: 2px solid black;
    border-radius: 10px;
}

img{
    width: 300px;

}

.links{
    justify-content: space-between;
    display: flex;
    align-content: center;
    background: white;
    border-radius: 10px;
    padding: 15px;
}