
body {
    font-family: 'Courier New';
    background: linear-gradient(#000000,#000000, #33ff00);
    text-align: center;
    font-size: 30px;
}
a:link {
    color: #4cff00;
    text-decoration: none;
}
a:visited {
    color: #3b04bd;
    text-decoration: none;
}
a:hover {
    color: deeppink;
    text-decoration: underline;
}
a:active {
    color: deeppink;
    text-decoration: underline;
}
.Внешний   {
    background: linear-gradient(#6900cb, #ff009e);
    padding-bottom: 200px;
    padding-top: 20px;
    margin-left: 200px;
    margin-right: 200px;
    border: dashed;
    border-color: #4cff00;
}
.comics {
     padding-top: 10px;
}
.T1 {
    color: #33ff00;
    font-size: 50px;
}
.name {
    padding-top: 50px;
    padding-bottom: 50px;
}
img {
    height: auto;
    max-width: 100%;
}
a img {
    height: auto;
    max-width: 100%;
    border: dashed;
    border-color: #4cff00;
}

@media (min-width: 1024px) {
  .Внешний {
    margin-left: 20%;
    margin-right: 20%;
  }
}