*{
    margin: 0px;
    padding: 0px;
}

body {
    display: flex;
}

.sidebar {
    display: flex;
    flex-direction: column;
    width: 180px;
    margin-top: 10px;
    margin-left: 10px;
}

.sidebar p {
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Times New Roman';
    color: #222222 ;
    font-weight: bold;
}

.a-sidebar {
    text-decoration: none;
    font-family: 'Times New Roman';
    color: white ;
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #E34C26 ;
    border-radius: 6px;
    text-align: center;
}

.a-sidebar:hover {
  background-color: #FF5E33;
}