body {
    padding: 0;
    margin: 0;
    width: 100vw
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    position: relative;
}

.h1 {
    width: 90%;
    font-size: 25px;
    white-space: wrap;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.methods {
    width: 100%;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.methods .a {
    width: 200px;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #111;
    color: blue;
    margin-top: 50px;
    margin-left: 20px;
    padding: 20px 30px;
    text-decoration: none;
}

.methods .a .icon {
    width: 100%;
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin-bottom: 30px;
}

.methods .a h2 {
    color: #fff;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

.methods .a h3 {
    color: #fff;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
}

.methods .a h4 {
    color: blue;
    text-decoration: underline;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
}

p {
    display: none !important;
}