  #sc{
    height: 100%;
    overflow-y: scroll;
  }
.main{
    width:100%;
    height: 12in;
    background-image: url("/logo.png");
    background-size: cover;
}
.nav{
    width: 200px;
    height: 12in;
    background-color: lime;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
body{
    display: flex;
    justify-content: space-evenly;
}

#logo{
    width: 150px;
    height: 150px;
    padding: 10px;
}

h1{
    color: white;
    opacity: 2;
}

p{
    color: white;
    opacity: 2;
}
h2{
  color:white;
  opacity: 2;
}
li{
  color:white;
  opacity: 2;
}

.message{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1cm;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0.5cm;
}

.message:hover{
  background-color: rgba(255, 0, 0, 1);
}

.spacer{
    height: 1cm;
    width: 100%;
}

.button{
    width: 75%;
    height: 0.5cm;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1cm;
    background-color: rgba(255, 0, 0, 0.5);
    padding: 0.25cm;   
    display:flex;
    justify-content:center;
}

.button:hover{
  background-color: rgba(255, 0, 0, 1);
  padding: 0.5cm;
}

a{
  color:white;
}

#install{
   display:flex;
   justify-content:center;
}
