body {
    background-color: rgb(4, 16, 83);
    color: aliceblue;
}

h1 {
    text-align: center;
}

a {
    text-align: center;
    
}

a:link{
    color: aliceblue;
    font-size: x-large;
    margin: 15px;
}

a:hover {
    color: rgb(14, 133, 252);
    font-size: 40px;
}

p {
    text-align: justify
}

img{
    width: 200px
}


.contanier{
    flex-direction: row;
}




