* {
    margin: 0;
    padding: 0;
}

.container {
    width: 1440px;
    height: 6950px;
    background: white;
    margin: 0 auto;
}

nav {
    width: 1360px;
    height: 94px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}

.img {
    width: 150px;
    height: 70px;
}

.ul {
    color: black;
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.new {
    border: none;
    background-color: #f73f79;
    border-radius: 8px;
    gap: 2px;
}

.log_in {
    width: 94px;
    height: 54px;
    border-radius: 8px;
    background-color: white;
    border: solid rgb(210, 206, 206);
}

.start {
    width: 153px;
    height: 54px;
    border-radius: 8px;
    background-color: #3896fa;
    border: none;
}

.main {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.last {
    display: flex;
    justify-content: center;
    gap: 10px;
}

input {
    width: 300px;
    height: 54px;
    border: 2px solid #3896fa;
    margin: 0px;
    border-top-left-radius: 20px;
}

.start2 {
    background-color: #3896fa;
    border-bottom-right-radius: 20px;
    width: 157px;
    height: 58px;
    border: none;

}

.all {
    gap: 40px;
}

.other {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 70px;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.join {
    color: #545151;
}