html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #801d53;
}

.logoHeader {
    border-radius: 5px;
    content: url("Logos/Group-73.png");
    background-color: #801d53;
}

.logo-dragon-plc {
    border-radius: 5px;
    content: url("Logos/Dragon-PLC-Logo.png");
    height: 130px;
    width: 130px;
}

.logo-dragon {
    border-radius: 5px;
    content: url("Logos/Group-73-small.png");
    background-color: #801d53;
    height: 130px;
    width: 130px;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rectangle {
    width: 300px;
    height: 100px;
    border: 1px solid lightgray;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.study-btn {
    font-size: 30px;
}