@charset "UTF-8";
body {
    color: hsla(322,68%,65%,1.00);
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.Link {
    text-decoration: none;
    color: hsla(216,70%,65%,1.00);
}
.List {
    text-decoration: none;
    list-style-type: none;
    padding-right: 30px;
}
