.intro {
    text-align: center;
    font-size: 2.5em;
    font-weight: 100;

}


.page {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}



div {
    text-align: center;
}


object {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 600px;
}

body {
    text-align: center;
    font-family: "Lucida Console", monospace;

}

.mainpage {
    background-image: linear-gradient(#1F2833,#0B0C10);
    font-weight: 100;
    color: whitesmoke;

}
a {
    font-size: 2em;
    font-family:  "Lucida Console", monospace;
    text-align: center;
    font-weight: lighter

}

a:link {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #45A29E;
}

a:visited {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #45A29E;
}

a:hover {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #45A29E;
}

a:active {
    color: whitesmoke;
    background-color: transparent;
    text-decoration: underline;
    text-decoration-color: #45A29E;
}

table {
    margin: 0 auto;
}

table td,
table th {
    border: 1px solid #ddd;
    padding: 12px;
    font-size: x-large;
}

table th {
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    color: white;
}

h1 {
    text-align: center;
    font-size: xx-large;
    font-family: 'Gill Sans',
        'Gill Sans MT', ' Calibri',
        'Trebuchet MS', 'sans-serif';
}



.up {
    background-color: #45A29E;

}

.down {
    background-color: #ff1d58;

}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }
  
.column {
    display: flex;
    flex-direction: column;
    font-size: larger;
  }
  
.holderaddress {
    font-size: large;    
}