#session-button {
font-size: 18px;
font-weight: bold;
padding: 15px 15px;
width: 400px;
align-content: center;
top: -10%;
position:fixed;
z-index: 1;
}
#session-button:hover {
background-color: #769FED;
top: -5%;
}
a.sessions{
text-decoration: none;
}
.session {
padding-top: 10%;
padding-left: 3%;
padding-right: 3%;
padding-bottom: -20%;
}
span.session-title {
color: #769FED;
font-size: 20px;
font-weight: 600;
}
span.session-description {
color:rgb(54, 54, 54);
font-size: 12px;
font-weight: 500
}
span.session-date {
font-size: 13px;
font-weight: 700;
}
.material-icons{
margin: 5%;
}