@charset "utf-8";

body{
    background-color: black;
    color: white;
}
a:link, a:focus, a:hover, a:visited {
  color: white;
  text-decoration: none;  
}
html{
    scroll-behavior: smooth;
}
h1, h2, h3, h4, h5{
    font-family: 'Open Sans';
    color: white;
}
.container{
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 30px;
}

.back {
    margin-top: 19px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: 150px;
    margin-left: 23px;
    width: 74px;
    height: 25px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: rgba(253,2,6,1.00);
    border-radius: 19px;
    text-align: center;
}
.ga-back, .ga-back:hover {
  color: #FFFFFF;
  background-color: rgba(207,26,29,1);
  position: fixed;
  top: 1vw;
  left: 1vw;
}
