:root {
  --c1: #fbfbfb;
  --c2: black;
  
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    border-bottom: none;
}
body {
    background: var(--c1);
    color: black;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    max-width: 640px;
    margin: auto;
    height: 100%;

}

body * {
    padding-left: 15px;
    padding-right: 15px;
}

body img{
    padding-left: 0px;
    padding-right: 0px;
    display: block;
}

header{
    text-align: center;
    margin-bottom: 20px;
}

img {
    width: 100%;
    margin: auto; 
}

ul {
    list-style-type: none;
}

/* unvisited link */
a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: var(--c2);
    text-decoration: none;
}

/* selected link */
a:active {
    color: white;
    text-decoration: none;
}

a img {
    outline: none;
    border: none;
}


h1{
  color: var(--c2);
  text-transform: uppercase;
}



.twitter-tweet{
  padding: 0px !important;
  margin: auto;
  
}

.twitter-tweet *{
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

