@import url('https://fonts.googleapis.com/css2?family=Playwrite+MX+Guides&display=swap');


h1{
    color: blue;
    font-family:""
}

row {
    height: 50px;
    width: 50px;
    background-color: tomato;
    border: dotted 2px green;
    margin-left: 12em;
    padding: 4px;
}

h4{
    text-align:center;
}

ul{
    list-style-type: none;
    text-align: center;
}

a{
    text-align: center;
}