body {
    font-family: monospace;
    background-image: url(./image/dither1.2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

a {
    color:white;
}

/*divs*/

.main {
    max-width: 600px;
    color: white;
    background-color: black;
    padding: 20px;
    border: 1px solid white;
}

.link {
    background-color: #151515;
    width: 410px;
    padding: 10px;
    border: 1px solid white;
    margin-top: 40px;
    margin-bottom: 40px;
    color: white;
}

.margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    width: 410px;
    padding: 10px;
    color: white;
}