* {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

.link {
    font-weight: bolder;
    margin-bottom: 35px;
}

.link:hover {
    cursor: pointer;
}

.dwg-text {
    color: white !important;
    margin-top: 30px !important;
}

h4 {
    height: auto !important;
}

a {
    color: white !important;
    margin-top: 10px !important;
}

nav {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0, 0, 0, 0.05);
}

.nav-start {
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    width: auto;
}

.nav-start:hover {
    cursor: pointer;
}

.nav-end {
    width: 56px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-end:hover {
    cursor: pointer;
    background-color: rgb(0, 0, 0, 0.05);
}

.nav-icon {
    padding: 9px;
    padding-bottom: 7px;
    background-color: #0061fe;
    width: fit-content;
}

.nav-title {
    margin-left: 7px;
    width: auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: white;
    width: 100%;
}

input {
    padding: 7px !important;
}

button {
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    border: 1px solid;
    overflow: hidden;
}