.cotainerow { display: flex; width: auto; height: auto; flex-direction: row; }
.container { background: darkseagreen; font-size: large; margin: 40px; color: yellow; border: 10px solid ; border-color: yellow; border-radius: 10%; padding: 20px;}
 a {color: yellow; font-size: large;}
 p {text-align: center;}
 body {background-color:darkslategrey ;}